what is the lifespan of the items stored in viewstate ?
Answer Posted / suresh
ViewState is newly introduced in ASP.Net to hold the status of the current page values when submitted to the server. Life of ViewState is till the current page postbacks.
Note : You may save a lot of coding by maintaining the ViewState of the objects in your Web Form
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is delegates in c# and uses of delegates?
Can I do things in il that I can't do in c#?
What is strong name assembly?
What is an example of a delegate?
Define xslt.
Differentiate between method overriding from method overloading with its functionality?
Will the following code compile?
How are methods overloaded?
Can we inherit a class with private constructor in c#?
What is the extension of c# file?
How to implement a singleton design pattern in c#?
What is difference between private and static constructor?
What are the steps for creating clr trigger
From which base class do all Web Forms inherit from?
Explain About remoting and web services. Difference between them