what is view state

Answer Posted / sudheekar reddy

Viewstate is provided as a concept and also as an object.
in ASP.NET al controls that require state to retain their
values during round trips are implicitly maintained by
ASP.NET.
When client makes a request for a page, asp.net process
the page at server and gets the processed results. These
results r concatenated into one string. The string is
converted into base64 encoding format and stored in a
HIDDEN FIELD, which is called VIEWSTAT.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of response redirect in asp.net?

575


Define machine.config in .net?

549


Is it possible to write code in many languages in one asp.net project?

555


Explain how cookies work.

596


How can we apply themes to an asp.net application?

556






Difference between using directive vs using statement?

508


How is the asp.net mvc architecture different from others? : asp.net mvc

477


What are asp.net web forms?

515


What is the use of global.asax file?

540


What is the difference between “Web.config” and “Machine.Config”?

694


What is web api config?

541


What is the typical session identifier?

567


What is meant by asp.net?

536


What is difference between rest and soap?

575


What are the different types of validation controls provided in ASP.NET?

663