Answer Posted / aravind
*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 |
Post New Answer View All Answers
Is .net core managed code?
what is prototype design pattern in .net
Define code access security (cas)?
What is Entity Relationship Model in .NET?
Explain .NET architecture?
What is the advantage of packaging over xcopy in .net?
Compare client server application with n-tier application
Tell us what is a sealed class?
What is the transport protocol you use to call a seb service soap?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What is difference between static page and dynamic page?
How inheritance works in .net?
What is func in .net 3.5?
Explain the code behind wors and contrast that using the inline style.
What is immutability?