What is ViewState ?

Q

.NET INTERVIEW QUESTIONS - What is ViewState ?

✍: Guest

A
Viewstate is a built-in structure for automatically retaining values amongst the multiple requests for the same page. The viewstate is internally maintained as a hidden field on the page but is hashed, providing greater security than developer-implemented hidden fields do.

2009-06-30, 4158👍, 0💬