Musings
Public · Protected · Private
Why to use EnableViewState property?
-
2008-08-17 16:08EnableViewState allows to retain the values of the controls across the requests on a pge in the client in the same session. So because of more data on page(reading/reloadings by client and server), round trips are slow. When user presses back button,this makes sure that the data exists.
This blog is frozen. No new comments or edits allowed.