A server control in classic ASP.
I need to change color of TextBox whenever its required field validator is fired on Clicking the Submit button
asp.net servercontrols requiredfieldvalidatorI'm looking for a cheat sheet that will allow me to show an HTML designer the equivalent asp.net controls …
asp.net html tags servercontrolsI have a project and I am trying to register a custom server control (there is no .ascx file) on …
asp.net custom-server-controls servercontrols asp.net-controls asp.net-customcontrolI am having trouble with an error on a site I am working on that I've inherited, upon grabbing the …
c# asp.net webforms servercontrolsHow do I get the ID of a server control with jQuery? E.g. I have <asp:Label ID="…
jquery asp.net servercontrolsI'm gonna use JQuery files in my custom ServerControl , thus I have to add below line within Head tag. <…
c# asp.net jquery servercontrols servercontrolI'm writing the RenderContents() method of my ASP.NET server control. The method uses an HtmlTextWriter object to render the …
asp.net stringbuilder servercontrols htmltextwriter method-chainingIs it possible to set a specific ID on an ASP.NET server control? Everytime I assign an ID and …
asp.net servercontrolsI am going to create a web server control representing a treeview. So I want to use 2 images for + and …
asp.net vb.net image embedded-resource servercontrolsI am looking to create a user/server control that will be created with something like the following: <my:…
.net asp.net user-controls servercontrols