Default for ClientIDMode in ASP.NET 4

Posted by rkrauter on Stack Overflow See other posts from Stack Overflow or by rkrauter
Published on 2010-04-26T04:27:01Z Indexed on 2010/04/26 4:33 UTC
Read the original article Hit count: 196

Filed under:

What is the default for ClientIdMode on

a) Page
b) Control
c) UserControl

From what I have read it is Predictable, Inherit, Inherit. I expected the default on the Page to be AutoId. Wouldn't Predictable break things?

© Stack Overflow or respective owner

Related posts about ASP.NET