what is the lifespan of the items stored in viewstate ?
Answer Posted / bhawesh
Item stored in ViewState exist for the life of the current
page. Or the life of a page till postback.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of using interface in c#?
What is difference between private and protected?
Is c# code is unmanaged or managed code?
What is hashmap in c#?
What is the data provider name to connect to access database?
Is type nullable c#?
what is a constructor? What is a destructor?
Can a class have multiple constructors c#?
What is lambda expression in c#?
Give 2 scenarios where static constructors can be used?
Can we declare class as protected?
Define constructors
What is a .exe extension files? How is it similar to .dll extension files?
What is datasource c#?
What is typeof undefined?