D
Dave Bartlett
I've been wondering for a while if I can safely turn off viewstate on a
datagrid.
I read the following article:
http://msdn.microsoft.com/asp.net/u...pull=/library/en-us/dnaspp/html/viewstate.asp
but ended up more confused than before I read it.
We have a (fairly large) datagrid with editable cells - user edits cells
then submits changes.
Do I need viewstate enabled on the datagrid, basically doubling the HTML
size?
If not how do I deactivate it? (tried setting enableviewstate
property=false, but still see lots of viewstate stuff in HTML output)
Thanks
datagrid.
I read the following article:
http://msdn.microsoft.com/asp.net/u...pull=/library/en-us/dnaspp/html/viewstate.asp
but ended up more confused than before I read it.
We have a (fairly large) datagrid with editable cells - user edits cells
then submits changes.
Do I need viewstate enabled on the datagrid, basically doubling the HTML
size?
If not how do I deactivate it? (tried setting enableviewstate
property=false, but still see lots of viewstate stuff in HTML output)
Thanks