What does the "EnableViewState" property do? Why would I want it on or off? [Resolved]

Posted by Shweta_Pinky under ASP.NET on 6/30/2013 | Points: 10 | Views : 1947 | Status : [Member] | Replies : 1
What does the "EnableViewState" property do? Why would I want it on or off?




Responses

Posted by: aswinialuri-19361 on: 6/30/2013 [Member] Starter | Points: 50

Up
0
Down

Resolved
Hi shweta,
view state property is true by default in such cases if you want to see where is view state saved and how view state values is retained between postback inthat cases it will be used enableviewstateproperty="true/false" .

Mark as Answer if it helps you
Thanks&Regards
Aswini Aluri

Shweta_Pinky, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response