Answer Posted / srujana
ViewState stores the objects serializable in a hidden field
on the page.
ViewState is used to retain the state of server-side
objects between postbacks.
Viewstate is transported between client and the server.
| Is This Answer Correct ? | 31 Yes | 10 No |
Post New Answer View All Answers
Can we create a multiple user simultaneously ?
What are custom user controls in asp.net?
How response object is related to asp's response object?
What is the difference between web config and machine config files?
What are the differnt types of handler in ASP.NET?
Is asp.net and .net are same or different?
What is asp.net globalization?
How Session outproc in Sqlserver stored?
What is csrf attack in asp.net?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How to find last error which occurred in Asp.net ?
Will the asp.net validators run in server side or client side?
What is connection pooling and how to enable and disable connection pooling?
Can we set master page as a start page?
How many languages are supported by .NET at present time?