How should we use ClientIDMode property that comes with asp.net 4.0?... When i should i use one over the other clientIdModes?
Asked
Active
Viewed 489 times
1 Answers
1
Rick Strahl wrote a nice article on this very topic:
One of the more anticipated features of ASP.NET 4.0 – at least for me - is the new ClientIDMode property, which can be used to force controls to generate clean Client IDs that don’t follow ASP.NET’s munged NamingContainer ID conventions.

Andrew Hare
- 344,730
- 71
- 640
- 635
-
[Updated link.](http://www.west-wind.com/weblog/posts/2009/Nov/07/ClientIDMode-in-ASPNET-40) – carmbrester Aug 10 '11 at 16:51