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 c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What is the difference between interface and functional interface?
Define multicast delegate in c#?
What happens when thread sleep () method is called?
What is ilist c#?
What Is A Multicast Delegate?
What is bit in c#?
Can we declare private class in c#?
What is lambda expression in c#?
Explain About Iunknown interface Queue
What is xml serialization in c#?
What do you mean by streamreader/streamwriter class in c#?
What is the difference between proc. Sent by val and by sub?
Define a strong name in .net?