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
Explain how many types of exception handlers are there in .net?
What are the types of access modifiers?
Expalin the way you implement inheritance by using VB.NET/C#?
What is the difference between static class and sealed class in c#?
What are extender provider components? Explain how to use an extender provider in the project.
Is nullable type c#?
What is entity framework c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Can you create sealed abstract class in c#?
What is executenonquery c#?
Is goto statement supported in c#?
How much time will it take to learn unity?
update data in an xml file which resides in solution itself, using silverlight 4.0
what is boxing and unboxing?can we initialize unboxing directly?
What is an object pool in .net?