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
How do you create empty strings in c#?
Can structs in c# have destructors?
How many constructors can a class have c#?
What is the data provider name to connect to access database?
What is the difference between asp net and c#?
What is the advantage of static class in c#?
Can you see a loop recorder?
Are all methods virtual in c#?
How to find type of variable?
What is the default modifier for class in c#?
What is the difference between disposing of () and finalize() methods in c#?
What does dbml mean?
To create a localized application which namespaces are necessary?
Why to use “finally” block in c#?
What is difference between method overriding and method overloading?