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 the difference between asp.net & vb.net and explain architecture?
What is the use of gacutil.exe?
What is the need of OLE-automation?
What's typical about a windows process in regards to memory allocation in .net?
Explain security measures exist for .net remoting in system.runtime.remoting?
What is a serviced component?
Different levels of priority provided by .net.
What is the difference between user control an custom control? Advantages/disadvantages?
Do you know what is the difference between an abstract class and an interface?
Explain the different types of proxy patterns?
Explain can 2 different applications use the same dll in gac at the same time?
Explain about the features and elements present in Visual studio.NET IDE?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Explain how to rename a table using sql queries?
Explain what is the difference between web application and enterprise application?