ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2562 Page Views: 

Where is the ViewState information stored in ASP.Net page?



Posted By: Avi Date: 15 October 2009 05:30:13 AM
 Answer:

ASP.Net uses HTML Hidden Fields to store ViewState information.


Posted By: eTechPlanet


Date: 15 October 2009 05:30:13 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image JebkMv
Related Questions
ASP.Net : What is Web Service Description Language (WSDL)?

What is Web Service Description Language (WSDL)?

Web Service description language (WSDL) is basically an XML document which describes the web service....
Category: ASP.Net Date: 8/29/2009 7:43:21 AM
ASP.Net : What is the difference between inline and code behind in ASP.Net?

What is the difference between inline and code behind in ASP.Net?

In inline approach, the server-side code is written along with the html in the .aspx page itself. wh....
Category: ASP.Net Date: 8/28/2009 7:09:12 AM
ASP.Net : How ASP .NET is different from ASP?

How ASP .NET is different from ASP?

In ASP.Net, the scripting code is separated from the HTML, code is compiled as a DLL, and these DLLs....
Category: ASP.Net Date: 8/28/2009 6:41:41 AM
ASP.Net : What is smart navigation?

What is smart navigation?

The cursor position is maintained during the page round trip, means when the page gets refreshed due....
Category: ASP.Net Date: 8/28/2009 6:39:36 AM
ASP.Net : What are the various ways to manage state in an ASP.Net application?

What are the various ways to manage state in an ASP.Net application?

1. Application Object 2. Session Object 3. Viewstate Object 4. Cache Object 5. Cookies 6. Hidden Fie....
Category: ASP.Net Date: 8/28/2009 6:32:42 AM