ClientIDMode in ASP.NET 4.0
Posted by: Rick Strahls WebLog,
on 26 Oct 2009 |
View original | Bookmarked: 1 time(s)
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 dont follow ASP.NETs munged NamingContainer ID conventions. To be clear, NamingContainer IDs are necessary for complex controls and pages that nest many things inside of a single context, but for most application level Web design scenarios those munged IDs get in the way and dont provide a lot of value. The munged IDs affect...