DotNetStories
In this post I will demonstrate how to extend the functionality of the web server controls by adding client side functionality with Javascript.
In this post I will be talking about a new enhancement in ASP.NET 4.0.It is now possible to set the name of your controls ClientID attribute, thanks to the ClientIDMode property. Developers requested a better way of setting names of the web server controls and with the new version of ASP.NET 4.0, this is now a reality.