Where is ViewState information stored?
Answer Posted / surendra sharma
_VIEWSTATE [a html hidden field]
| Is This Answer Correct ? | 57 Yes | 1 No |
Post New Answer View All Answers
What is asp net_sessionid?
what is the difference between response.write() and response.output.write()?
What is the adavantage of using ASP.NET routing?
What is event bubbling?
WSDL means?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How can you handle errors in Web API?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Where do the cookie state and session state information be stored?
Explain the difference between dataset and datareader.
What are the two types of web pages?
What is the significance of ASP.NET routing?
What is the difference between typeof() vs gettype()?
What should you do is you want to remove an existing component but would like to make some funtionalities?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?