How should I use the ClientIDMode property that ships with asp.net 4.0?

How should we use the ClientIDMode property that comes with asp.net 4.0? ... When should I use it over other clientIdModes?

+2


a source to share


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







All Articles