Where is ViewState information stored?
Answer Posted / vinusreekumaran nair
Viewstate information is stored in hidden form field named
__VIEWSTATE
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between adding reference in solution explorer and adding references by using ?
What is distributed system in asp.net?
Can you clarified A Web service can only be written in .NET or not?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is cookies in asp net?
How can I open ashx file in mobile?
What is difference between datalist and gridview?
What is session management in web application?
What is the difference between cache and cookies?
What is viewstate? What does the “enableviewstate” property do?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Describe how to implement globalization and localization in the use interface in .net.
Where is the view state data stored?
Where session variables are stored?