what is view state and its use
Answer Posted / namrata
In simple words........
(1)if you are not using viewstate: When a form is submitted
in ASP,all form values are cleared(get lost). For
example,If you submit a web form with lots of details and
the server comes back with an error.You will have to go
back to the form and correct the detail. Then You click the
back button to that same form, you will find that all form
values are CLEARED and you will have to start all over
again!
(2)if you are using viewstate: When a form is submitted in
ASP .NET, the form reappears in the browser window together
with all form values. This is because ASP .NET maintains
your ViewState. The ViewState indicates the status of the
page with all the values of controls on it when submitted
to the server.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
How do I use response redirect?
Explain how can we inherit a static variable?
How many types of cookies are available in asp?
Explain server-side scripting and client-side scripting.
Explain what is postback in asp. Net?
Can more than one person use the same login?
What’s difference between “optimistic” and “pessimistic” locking?
How do you do Client-side validation in .Net?
What is server transfer?
What do you mean by serialize?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is the use of placeholder control?
What is Razor View Engine
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What's the use of formatters in .net?