what is view state and its use

Answer Posted / vijay

view state is used to find the current state of an object,
forexample with the help of view state we can find that
whether is a button is click or not;

Is This Answer Correct ?    17 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to elimainte the similar data from the different tables

1704


What is the biggest disadvantage of “Other Return Types” in Web API?

927


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

1899


What is a gridview in asp.net?

521


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.

1438






In which event of the page viewstate is available?

463


Explain security types in asp.net?

533


What is active web page?

561


What is an asp.net web form?

624


How can we create Tree control in asp.net?

582


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2020


What is the difference between union and structure?

501


How to turn off cookies for a page?

574


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

525


Using code explain Configuration Management

1404