While going through a recent app and disabling view state in the <asp:content> and <asp:panel> controls I was wondering if viewstate is ever necessary on these controls and are there any other controls that don't really require a view state or would always benefit from having it disabled most of the time?
Also, is there a way to apply enableviewstate="false" to all content and panel controls site wide without going through each instance and adding it?








Bookmarks