What is view state?

Answer Posted / aravind

*Viewstate object is used to persist data of variables
across postbacks.
*Viewstate object's value is accessible only at page level.
*This means that if a viewstate is created at MyPage.aspx,
then it may be used only within MyPage.aspx after the
postback, and cannot be used by any other page.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the advantage of .net core?

535


Explain what are possible implementations of distributed applications in .net?

524


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

505


Tell me what is serialization?

550


Explain the .net framework overview?

569






Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

532


Is .net an object oriented language? What are their components?

513


Explain the main components in .net?

551


Explain the different parts of an assembly?

577


Explain how do assemblies find each other?

569


Explain how to load the contents of an xml file into an xmldocument object?

541


What is iis? Have you used it?

556


Explain what is an application domain?

519


Is .net 4.8 backwards compatible?

534


Explain about the Common Language Runtime?

613