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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can you assign an rgb color to a system.drawing.color object?
When should I use .net core?
What are the collections you've used?
What is alias ? Is it used in .Net ?
Explain the difference between static page and dynamic page?
What is typical about a windows process in regards to memory allocation in .net?
What is the difference between task and thread in .net?
Differences between datagrid, datalist and repeater in .net?
What is common language specification (cls)?
Difference between class and interface in .net?
Should I implement finalize on my class? Should I implement idisposable?
How do you generate a strong name?
What does stateless mean?
Please explain what is the .net framework and how does it work?
What is delegation in .net?