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 a constructor in c#?
How do you create empty strings in c#?
How to install or uninstall a windows service?
What is the difference between string keyword and system.string class?
Can you inherit multiple classes in c#?
What is gridview c#?
Describe an abstract class?
What is private constructor c#?
What is the use of nullable types in c#?
What is the property of class?
Can you inherit from a static class in c#?
What is the delegate in c#?
What is wcf c#?
What is multicast delegate explain with example?
what are implementation inheritance and interface inheritance?