PDA

Click to See Complete Forum and Search --> : ViewState question


dummy_pmgr
Sep 29th, 2005, 09:02 AM
Hi,

I have been reading a book and it says I can disable the viewstate of my page if there are no dynamically set controls properties. can you guys explain me what does it mean?

Thanks in advance.

Hack
Sep 29th, 2005, 09:15 AM
I have been reading a book and it says I can disable the viewstate of my page if there are no dynamically set controls properties. can you guys explain me what does it mean?Yes, I can, but not as well as this (http://www.dotnetspider.com/technology/kbpages/832.aspx) does. :)

dummy_pmgr
Sep 29th, 2005, 09:40 AM
Hello Hack,

I have to admit I am very thick.

I understand that veiwstate increases the page size (because of the hidden field "_VIEWSATE").
So I can turn it off, If the page does not postback itslef.

But still I dont understand that "I can not turn off the viewstate of the page. if there are no dynamically set control properties"

Sorry, I am totally confused...

if you give me an example that would be very grateful.