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

Answers were Sorted based on User's Feedback



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

Answer / babu reddy

View state one of the state management process
it is done by using hidden fields

Is This Answer Correct ?    5 Yes 0 No

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

Answer / anjireddy bapathu

ViewState is the mechanism that allows state values to be preserved across page postbacks.
it is done by using hidden fields

Is This Answer Correct ?    0 Yes 0 No

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

Answer / ranjans

View state is the method to preserve the values of the page and controls between the round trip. It is a Page Level state management technique. View state is turned on by default.
Key feature are: 1. Retails the value of the control after post-back without using sessions
2. Creates a custom view provider that lets you store View State information either in the page or on the client machine (SQL Database)

This is not there in ASP . ASP is a stateless web application. That means a new instance of a page is created every time when we make a request to the server to get the page and after the round trip our page has been lost immediately.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?

2 Answers  


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

0 Answers   MindCracker,


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,


Is asp.net different from asp? If yes, explain how?

0 Answers  


What is asp.net architecture?

0 Answers  






What are assemblies and namespaces and explain the difference between them ?

0 Answers  


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

0 Answers   Tricom,


What is the difference between the asp and asp.net?

0 Answers  


what does membership class provide?

1 Answers  


Explain the difference between authentication and authorization.

0 Answers  


What is routing in MVC?

0 Answers   Infosys,


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

0 Answers   Sans Pareil IT Services,


Categories