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
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
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.
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
I\'m trying to create a control that can extend other webcontrols and set some properties like visible and enabled, based on user permissions.
simply, i have an ASP.net Textbox inside a webcontrol it gets filled by a javascript function inside the same markup of the webcontrol
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
I have web user control A that uses another web user control B. Inside A I have: <prefixABC:b ... Prop1=\"value\" />
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
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