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 the difference between Decorator and Adapter pattern?
What do you use c# for?
What is the do while loop code?
Can int be null in c#?
What are Indexers in C#?
What is dynamic object in c#?
What is the use of console?
Is string nullable in c#?
Define Virtual folder?
Why do we use overloading in c#?
What is writeline?
What is interface inheritance?
What are data types examples?
Why main is static in c#?
What is the signature of a method?