ControlState in ASP.NET V2
Fredrick has a great post about the new ControlState feature in ASP.NET V2:
http://fredrik.nsquared2.com/viewpost.aspx?PostID=265
It's still not 100% clear to me what the use case is for ControlState. I think that control developers should always use it as opposed to ViewState when persisting properties and data etc.