I have a doubt in viewstate, if viewstate enable=”false” then the viewstate not maintain the state of the control. Is there any reference or any good article. Thank you.
I have a doubt in viewstate, if viewstate enable=false then the viewstate not maintain
Share
You can disable viewState for one control or for the complete page.
It’s better using viewState only for forms controls that need to keep their values through Postbacks. Especially if you need an high performance web.