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
Name the property of the textbox which cannot be changed at runtime?
What are the commonly used i/o classes?
Is c# used for frontend or backend?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
How is a loop recorder monitored?
Why do we override in c#?
List down the reason behind the usage of c# language.
Explain the types of assemblies in .net?
User's session is explicitly killed by which method ?
Can arraylist store different data types in c#?
What is a Command Object in C#?
What does args mean in c#?
What exactly happens when we debug and build the program?
How is the syntax written to inherit from a class in C#?Give an example ?
Can you change the value of a constant filed after its declaration?