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

what is the exact purpose of http handlers and interfaces?

1 Answers  


How do you remove duplicates without using remove duplicate stage?

0 Answers  


hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder

1 Answers  


What is Bundling and Minification in MVC?

0 Answers   HCL,


How can you handle errors in Web API?

0 Answers  






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

0 Answers  


What is page fragment caching?

0 Answers  


How to reduce the width of textbox in editcommandcolumn of datagrid?

0 Answers  


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

0 Answers   HCL,


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


What's the use of formatters in .net?

0 Answers  


Can I tap into other windows livetm services?

0 Answers  


Categories