What is the lifespan for items stored in ViewState?
Answer Posted / lakshmi
Items stored in ViewState exists for the life of the
current page. This includes postbacks(to the same page).
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
How to display Alert in ASP.NET
What are session objects?
Can I stream live content/events?
How can we identify that the Page is Post Back?
What is a proxy in web service?
Explain why datareader is useful?
Describe how to implement globalization and localization in the use interface in .net.
What is the purpose of session management?
What is the difference between web config and machine config files?
What is the difference between stored procedure vs function?
Is there any property names “isnavigating”?
Which class is used to send an email message from an ASP.NET Web page?
How many types of triggers are there in update panel?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How to unit test Web API?