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
Does c# support parameterized properties?
What is the use of console readline () in c#?
What are different types of classes in c#?
Illustrate serialization?
What is expression tree in c#?
What are the different types of delegates?
How is a strongly-named assembly different from one that isn’t strongly-named?
What are events in C#?
Can we override static class in c#?
Can abstract class be sealed?
explain the nature of the assembly work?
Define an array?
Can we inherit singleton class in c#?
How many bytes is a char c#?
what is a constructor? What is a destructor?