I\'m trying to find the best way to deal with the way that ASP.NET prepends a value to any element that is created with runat=\"server\"
, without having to reso
If you are using .Net framework 4.0 or higher ,Use the ClientIDMode property of the Control
You may use Static as the ClientIDModeEnumeration
The ClientID value is set to the value of the ID property. If the control is a naming container, the control is used as the top of the hierarchy of naming containers for any controls that it contains.