This is the sixteenth in a series of blog posts I'm doing on the upcoming VS 2010 and .NET 4 release. Today's post is the first of a few blog posts I'll be doing that talk about some of the important changes we've made to make Web Forms in ASP.NET 4 generate clean, standards-compliant, CSS-friendly markup. Today I'll cover the work we are doing to provide better control over the "ID" attributes rendered by server controls to the client. [ In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Clean, Standards-Based, CSS-Friendly Markup One of the common complaints developers have often had with ASP.NET Web Forms is that when using server controls they don't have the...(read more) ...
Go to the complete details ...