Hi,
I have an issue with the auto-generated ID and Name tags for the <input> fields, in the web form code. I followed ScottGu's blog here:
http://weblogs.asp.net/scottgu/cleaner-html-markup-with-asp-net-4-web-forms-client-ids-vs-2010-and-net-4-0-series
And what I did is:
1) in Web.config, have this flag set to 4.0:
<Go to the complete details ...