what is the lifespan of the items stored in viewstate ?
Answer Posted / raman
View state information is stored in the hidden fields,till
the browser is closed the view state information can be
seen
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we have multiple constructors in a class c#?
How do you convert byte array to hexadecimal string, and vice versa?
Can we override interface methods in c#?
What is orm in c#?
What is iformatprovider in c#?
Enlist the different types of classes in c#?
How can I get the ascii code for a character in c#?
Is it possible to execute multiple catch block for a single try statement?
how to sort an array in c#
List the difference between interface and abstract class?
What is the default value of date?
How do I edit a dll file?
Which is faster dictionary or hashtable?
Can we have static indexer in c#?
What are the advantages of interface in c#?