aravind


{ City } chennai
< Country > india
* Profession * programmer analyst
User No # 24236
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 34
Users Marked my Answers as Wrong # 6
Questions / { aravind }
Questions Answers Category Views Company eMail




Answers / { aravind }

Question { TCS, 10183 }

What is view state?


Answer

*Viewstate object is used to persist data of variables
across postbacks.
*Viewstate object's value is accessible only at page level.
*This means that if a viewstate is created at MyPage.aspx,
then it may be used only within MyPage.aspx after the
postback, and cannot be used by any other page.

Is This Answer Correct ?    2 Yes 0 No

Question { Mind Tree, 24959 }

view state data is stored in which format?


Answer

It is stored in client side.
It is stored in an encrypted format.

Is This Answer Correct ?    32 Yes 6 No