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 difference between web api and web services?
How many ways are there to maintain a state in .net? What is view state?
What are the new login controls in asp.net 2.0?
What is preprocessor in .net? Where it use?
What is the difference between the asp and asp.net?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain exception filters?
Why session is used in asp.net?
What is difference between viewstate and session state in javascript?
What is the default Orientation property in a Menu control?
How to change Master page in ASP.Net using code?
Explain the path instructions in xaml?
What r the asp.net list controls and difference between them?
How many types of cache are there?
Why do we need url encoding?