How should I use the ClientIDMode property that ships with asp.net 4.0?
1 answer
Rick Stryle wrote a good article on this topic :
One of the more anticipated features of ASP.NET 4.0 - at least for me - is the new ClientIDMode property that can be used to enforce the generation of clean client IDs that don't follow the ASP.NET NamingContainer naming conventions.
+1
a source to share