ASP.NET Server Control Property Attribute must be required
I have a custom ASP.NET server control CustomControl with a property attribute Path.
I have a custom ASP.NET server control CustomControl with a property attribute Path.
Is it possible to set the ClientID of any asp.net server control? How can I do this?
I have a project and I am trying to register a custom server control (there is no .ascx file) on the page. I am currently using
I want to do something like (Updated example):