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
Explain how to stop a thread?
What is stored procedure ? how we use it in .NET ?
Tell us what is the native image generator?
What is func in .net 3.5?
How to load the contents of an xml file into an xmldocument object?
What is meant by localization?
Explain the difference between asp.net & vb.net and explain architecture?
Explain the garbage collection process?
What are two different types of remote object creation mode in .net?
How com+ related to the dna architecture?
What are pdbs?
Explain me what are the deferred execution and the immediate execution in linq?
Explain me what is the difference between an abstract class and an interface?
What are the purposes of using .net?
Define code access security (cas)?