user-controls
Access nested web user control elements
I have a nested web user control. Main web user control I have used on a page开发者_如何学Python but now I want to access the control inside the inner web user control and its events.[详细]
2023-04-07 21:21 分类:问答SelectedValue property for a Autocomplete User Control in GridView
First off, forgive my English.I created one user control with Textbox and AutoCompleteExtender controls, and it\'s working fine.Now, I wanted to reflect my textbox similar to a dropdownlist.When i kep[详细]
2023-04-07 21:20 分类:问答Why don't my user controls render?
I\'ve created a set of user controls in vb.net and in their original project they work fine. I\'ve since created a user control library dll and I wish to use it in a new project.[详细]
2023-04-07 20:36 分类:问答Usercontrol action event with TextBox
I am new to asp.net, My problem is I have one TextBox and user control Button in default.aspx ,After clicking the Button I need change the text value of TextBox(some default val开发者_如何学运维ue fr[详细]
2023-04-07 19:38 分类:问答SelectedValue property for a Autocomplete User Control
First off, forgive my English, my attempt, I am creating a autocomplete user control, to replace drop downs, I have created the user control, and its working fine. Now for simplicity sake, I need to p[详细]
2023-04-07 11:12 分类:问答HTTPHandler write Binary Data to Response , load image
iv\'e got a repeater bonded to开发者_如何转开发 a list of entities BL_Engine engine = (BL_Engine)Application[\"engine\"];[详细]
2023-04-07 04:52 分类:问答Implement DataTemplate DependencyProperty in UserControl
I\'m trying to make an intertia touch scrolling list in a UserControl in Silverlight 4 using Expression Blend 4. I\'ve already made the dependency properties in my UserControl which i want to work lik[详细]
2023-04-07 04:37 分类:问答Custom windows control attachment issue
Let me preface with a Joe Dirt quote... \"I\'m new, I\'m new. And I don\'t know what to do\" I have a custom user control comprised of 2 picture boxes (one on top of the other) and 3 labels. The to[详细]
2023-04-07 01:54 分类:问答TextBox.Text property is not assigned in UserControl
My UserControl code is below, I have one TextBox in UserControl and would like to access TextBox.Text property from web page.[详细]
2023-04-06 13:33 分类:问答User controls are not available in the toolbox in VS2010
I have created the WPF user control and WPF windowin class library project. Controls are public. These controls are available for other project of the same solution. I can see them in the toolbox of[详细]
2023-04-06 13:27 分类:问答