user-controls
Wpf custom datepicker user control
I want to create a user control for getting a date from the user.It should have three textboxes, one for year, month and day.I don\'t know how to create it.[详细]
2023-04-01 14:45 分类:问答Problem in using one user control in another user control in asp.net C#
I have problem in using one user control in another user control inC#. This is the code. <%@ Control Language=\"C#\" AutoEventWireup=\"true\" CodeFile=\"CustomerDetail.ascx.cs\"[详细]
2023-04-01 14:06 分类:问答Silverlight UserControls Don't Appear in Toolbox
I started with a Silverlight Business Application project in VS 2010 and added two user controls.If I create an instance of either user control in the code behind 开发者_JAVA技巧of the main form and a[详细]
2023-03-31 23:02 分类:问答Android Equivalent to a .NET UserControl
I\'m just getting into Android develop开发者_JAVA技巧ment.I\'m trying to figure out if its possible to setup something similar to a user control that\'s available in Silverlight, WP7, or ASP.NET, wher[详细]
2023-03-31 11:42 分类:问答Data used by several usercontrols
I have a page with several different usercontrols. All of them run the following code: var member = System.Web.Security.Membership.GetUser();[详细]
2023-03-31 10:25 分类:问答Get the value between an ASP.net user controls tags
I am wanting to create a user control which I will use for Tooltips around my site. I am wanting to call the user control from any of my .aspx pages as follows:[详细]
2023-03-31 09:45 分类:问答How to add a Trigger for LinkButton inside of dynamically added user control
I have a form with an update panel, inside of the update panel is a div runat=\"server\". I am dynamically adding user controls to this div. Inside of the user control is a link button. I would like t[详细]
2023-03-31 08:10 分类:问答C# Using a form to load other user controls and have access to a base control or property
Currently I have a C# program with a windows form and then a user control template put onto the form.The user control template is really just used as a placeholder.I have a series of other controls wh[详细]
2023-03-31 07:44 分类:问答how to add controls for a game using batch files?
I am attempting to make a platform game using batch files. I know this seems like a waste of time and there are better tools out there but I just wanted try it out. Ho开发者_如何学Gow do you set up co[详细]
2023-03-31 02:21 分类:问答How can I arrange only two items in horizontal in a wrap panel?
I\'m using a wrap panel to show several user controls. All of the user controls have a different height and width.[详细]
2023-03-30 21:42 分类:问答