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
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How does the iis work?
What is the use of session state and application state and difference between them?
What is the difference between custom controls and user controls?
How do I upload a file from my ASP.NET page?
Describe the master page.
Explain the difference between panel and groupbox classes using .net?
What are cao and sao.
Can a master page have more than one contentplaceholder?
How to make paging concepts in datagrid in ASP.NET?
How should I destroy my objects in asp.net?
How to use ipostback?
Explain diff. Between friend and protected friend?
What are server objects?
What are the data controls available in asp.net?