web-controls
Web control in bada not loading if created with UiBuilder
I\'m trying to display a webpage inside the web control, when I create the control programmatically all works perfectly, but when I create the control using the Ui Builder (XML) and then get the contr[详细]
2023-03-26 11:12 分类:问答why RequiredFieldValidator control does not work after adding OnClientClick event for submit button?
I use .net RequiredFieldValidator control for those required fields validation, but I also need to verify fields using regular expression,and some other logic, so I also added OnClientClick event func[详细]
2023-03-24 11:04 分类:问答Ad Hoc Styles in WebControl
I\'m creating a WebControl that is used in several of my ASP.NET pages. In one instance, I\'d like to add some ad hoc style attributes such as Width and Float.[详细]
2023-03-16 01:20 分类:问答ASP.NET Custom Web control
I\'m experiencing some problems and right now I don\'t know how to solve it. The web control simply updates a clock represented by a label every second. My issue is that the web control exposes a prop[详细]
2023-03-14 15:42 分类:问答Connect reusable ASP.NET WebControl to a method for loading data
I\'m trying to create a control that can extend other webcontrols and set some properties like visible and enabled, based on user permissions.[详细]
2023-03-14 09:59 分类:问答ASP.NET get textbox value filled from Javascript in Load or Unload Event
simply, i have an ASP.net Textbox inside a webcontrol it gets filled by a javascript function inside the same markup of the webcontrol[详细]
2023-03-11 11:48 分类:问答How do I create form controls dynamically with DHTML and deal all those with JSF?
Suppose this next situation: making a view where the form controls are rendered with DHTML (that is, each time the user press a button, a new row with fields is created and field identifiers are both[详细]
2023-03-10 05:16 分类:问答DEV looks great,on Staging and PROD I am getting a CS1061 error ('ASP.B' does not contain a definition for 'Prop1')
I have web user control A that uses another web user control B. Inside A I have: <prefixABC:b ... Prop1=\"value\" />[详细]
2023-03-06 19:17 分类:问答ASP.NET Datepicker without calendar visualization
I\'m working in C# / ASP.NET 3.5 and want to enable users to enter their date-of-birth. I\'ve tried the asp:Calendar web control for this, and also considered using the jQuery-UI datepicker, and revie[详细]
2023-03-05 18:43 分类:问答Client ID When Overriding Render Method
I\'m using a custom web control where the Render method was overriden. My problem is that the ID of the rendered control does not include IDs the master pages and user controls where the control is l[详细]
2023-03-02 15:49 分类:问答