What is view state and how this can be done and was this
there in asp?

Answer Posted / anand mishra

It is used to remember the controls state when page is
posted back to server.asp.net stores the viewsate on clien
site in hidden field _Viewstate in encrypted form.we can
enable/ disable the view state with "EnableViewstate"
property to True/False.
view state value from one web page can not be accessed from
another web page.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write html code with ssl

1529


What are the best practices to follow to secure connection strings in an ASP.NET web application?

562


What is another word for redirect?

516


What is difference between Lambda Expression and LINQ in ASP.NET?

545


What are the security types in ASP/ASP.NET? Different Authentication modes?

567






What is the use of service provider?

590


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1497


What is true about application service provider?

497


IN an ASP.NET Web application if there is any error, how can you debug?

590


What are the different authentication modes in asp.net?

521


How to find last error which occurred in Asp.net ?

687


Explain the difference between singleton and single call?

539


What are the Types of state management techniques

561


What is view state management in asp net?

466


How will you maintain versioning in asp.net 2.0?

594