Control state in ASP.NET 2.0
Fritz Onion discusses the new ControlState property which allows you to disable the overall Viewstate of a page (?) yet still retain the ability of various controls to respond to events that do require state – paging in a grid for example
At the same time Fritz also points out that the ViewState itself in ASP.NET 2.0 has been optimized
Write a comment