I have a page that does n开发者_运维百科ot have runat=\"server\" set in the <head/> section.I do not have access to modify any of the code in the page.
I have the following code for an OnTextChanged event: protected void CustomTextBox_OnTextChanged(object sender, EventArgs e)
I have a menu on a .aspx page, which will load a specific user control depending on which menu option is clicked.This part is working fine.
I have a ListBox that is data bound to an ObservableCollection. Inside the DataTemplate, I have this custom user control that I want to bind to the current item.
i have a custom class List on my page code behind: public List<Category> Categories = new List<Category>();
I have a us开发者_如何转开发er control in my SplitContainer\'s right panel. A form opens below the user control. Now if i click a button in the user control, that current form should close and a new f
I am trying to create a silverlight imagebutton control.the xaml and code-behind will follow, but my problem is that I get an \'unspecified error\' when i try a TemplateBinding to the image\'s source
I am implementing a simple UserControl that is actually a fancy TextBox. One of its features is that you can set a formatting specification and this formatting get\'s applied to its contents automatic
What is the correct event开发者_运维技巧/method in the ASP.NET life cycle to dynamically add Child Controls ?
I have a user control that contains a repeater. It seems that data cannot be assigned to it\'s DataSource property, I have tried a few different data sources but the following error is displayed: (I h