what is view state and its use

Answer Posted / karvendhan

view state that automatically preserves property values of
the page and all the controls on it between round trips.

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is viewstategenerator?

688


What asp.net control can embed xaml into asp.net pages?

534


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1430


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2132


Explain the difference between response.redirect vs server.transfer

614






What are the elements of a website?

511


What is difference between datalist and gridview?

570


What is fulltrust?

553


Why is the standalone environment only useful during the development process?

1331


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

545


What is Web Server Control Templates.?

579


Explain exception handling in .net.

602


What is scope of an application variable in asp.net?

486


9. Why should we hire you over the others waiting to be interviewed?

2126


What is enableviewstate in asp net?

518