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
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
How will you load dynamic assembly? How will create assemblies at run time?
What is a .net class?
What is class library in .net
Please explain the difference between constants and read-only variables?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Describe the Managed Execution Process
Please explain when should you use .net web forms over asp.net mvc?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What does cli do?
What is meant by globalization?
What is .net and .net framework?
What's singlecall activation mode used for in .net?
What is reflection and what is it for?
Explain why do we use the “using” statement?