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
Apart from IDE what are the enhancements in asp.net 2.0?
Can we use a static function with a non-static variable?
What is postback request?
What is the purpose of using MVC programming pattern in ASP.NET?
Where is the view state data stored in asp net?
What is intrinsic objects in asp.net?
Explain client-side scripting?
Define secured sockets layer.
What is session handling in a webfarm, how it can work with its limits?
Why do we need url encoding?
How does a web application session work?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain diff. Betn dataset and recordset?
What are the steps to follow to host a web application on a web server?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?