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 difference between web api and web services?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is a master page and what does it do?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Why select Web API?
What is difference between session and cookies in asp net?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain the flow of processing of the request? : asp.net mvc
Why asp.net is better than php?
What are the differences between primary foreign and unique keys?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How can we prepairing Interview
If you are using components in your application, how can you handle exceptions raised in a component?
How to use ipostback?
What is event bubbling?