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
What is the file extension of web service?
What are the types of session in asp.net?
What is the exact purpose of http handlers?
What is bound controls
What is the mvc framework?
What are the two Layouts supported by a Web form in ASP.NET?
Explain the difference between sql invalidation and sql notification.
Why do we need asp.net?
What is application Object?
Explain the Order of events in an asp.net page?
What is application variable?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Explain the concept of View Model in MVC?