Answer Posted / nazeer
when client makes a request for a page, asp.net process the
@server and gets result.
All this result of controls are concatnated into one string.
This string converted to base64 encodining format and
stored in hidden field called "viewstate"
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the disadvantages of viewstate?
What is the server of asp.net?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Do you know caching feature?
What is the difference between application state and session state in asp net?
What is a 404 redirect?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How to disable disable browser's Back button in asp.net (JavaScript)?
Describe paging in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Is viewstate secure?
What are Session states available and its Uses?
Difference between response.redirect and server.transfer?
What is Bundling and Minification in MVC?