What is the lifespan for items stored in ViewState?
Answer Posted / lakshmi
Items stored in ViewState exists for the life of the
current page. This includes postbacks(to the same page).
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Is there any limit for query string? Means what is the maximum size?
Define caching.
What is the use of web.config and machine.config files?
Which platform does Microsoft .NET use for exchanging data between applications?
Explain different types of Caching techniques in ASP.NET?
Which namespace is used by ado.net?
What are the contents of cookie?
What is asynchronous call?
What are different methods of session maintenance in asp.net?
Explain how asp.net different from asp?
What is difference between cookies and cache?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is the difference between custom web user control and a custom web server control?