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.
Printable View
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.
Yes, I can, but not as well as this does. :)Quote:
Originally Posted by dummy_pmgr
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.