what is view stat how it is use ?

Answer Posted / guru gangadhar

Web Page is a Stateless.
So when the page is post backed the data doesn't persist.
In asp.net view state is present by default which is used to
store the data , we can store the data in view state at the
code behind while the page is post backed.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

511


What is asp.net with mvc? : Asp.Net MVC

522


Explain repository pattern in asp.net mvc? : asp.net mvc

531


What are the advantages of the code-behind feature?

542


What are themes and skins in 2.0, explain usage scenario?

526






What is ispostback method in asp.net? Why do we use that?

577


What is the importance of Global.asax in ASP.NET?

553


What is authentication in asp.net?

575


Which validator control you use if you need to make sure the values in two different controls matched?

653


What is an asp.net web form?

634


What is the current version of asp.net?

501


How does the cookies work in asp.net?

554


Explain the various authentication mechanisms in asp.net.

493


Explain about secure socket layer?

524


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

1668