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 partial methods?
What is the difference between string and stringbuilder in c#?
What are constants in c#?
What does args mean in c#?
Explain the difference between and xml documentation tag?
What are the boolean data types in c#?
What is the use of oops in c#?
What is decimal in c#?
What is xamarin used for?
Is list ienumerable c#?
What do you understand by an Implicit Variable?
Can you explicitly call a destructor?
Explain what are the steps for creating clr trigger?
Describe the difference between inline and code behind - which is best?
Is c# lazy thread safe?