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
Name any three ways to pass parameters to a method in c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Which is the base class in c#?
Why static constructor is parameterless in c#?
What is private readonly in c#?
How assembly versioning in .NET prevent DLL Hell problem?
What is the default value of decimal in c#?
Can enum be null c#?
What is datarelation c#?
Why delegates are type safe in c#?
Is overriding of a function possible in the same class?
Is hashset ordered c#?
How many static constructors are allowed in a class?
What is the difference between parse and tryparse in c#?
What's the difference between a method and a procedure?