ASP.NET Custom Control – Unknown server tag
I’ve made a custom control that inherits from a Literal control. When I try and use my control on a page a parsing error is thrown. I’ve added this to my web.config
I’ve made a custom control that inherits from a Literal control. When I try and use my control on a page a parsing error is thrown. I’ve added this to my web.config
I’ve been trying to create a custom control that works exactly like the Panel control except surrounded by a few divs and such to create a rounded box look. I haven’t been able to find a decent example of how to do this.
So i have a ASP.NET 4 Custom Control called “SafeClickButton” which is designed to override the default behaviour of the client-side click (OnClientClick).
I need to define 3 events in a Custom Control as OnChange, OnSave, and OnDelete.
I have a GridView and work with its rows.
The generated HTML code for my custom ASP.net server control generates the name attribute for child controls, instead of the id attribute. Something like this :