2

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

Billy ONeal
  • 104,103
  • 58
  • 317
  • 552

1 Answers1

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