Control state in ASP.NET 2.0

16 October, 2005 (04:50) | Asp.Net 2.o

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

Read More

 At the same time Fritz also points out that the ViewState itself in ASP.NET 2.0 has been optimized

Read More

Write a comment