what is the lifespan of the items stored in viewstate ?
Answer Posted / priya arun
view state life span is only to current page itslef....
while navigating to another page,the state page discard the
value ...so view state can't maintain the value in next
page.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of 0 in c#?
Are cao stateful in nature?
How to implement singleton design pattern in c#?
What is a decimal c#?
How can you use abstract class and interface?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What are the differences between events and delegates in c#?
What is difference between list and ilist in c#?
What is the difference between Static, Const and read only?
Which is faster abstract class or interface in c#?
Explain About ADO and its objects
Explain the difference between the debug class and trace class?
Define delegate in c#?
How do I create multifile assembly?
Is there regular expression (regex) support available to c# developers?