What is the lifespan for items stored in ViewState?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vidit tyagi
lifespan for items stored in viewstate is current page
Is This Answer Correct ? | 9 Yes | 0 No |
What are the event handlers that can be included in the Global.asax file?
Explain exception filters?
How much data (Max K) can go into a QueryString?
Is it possible for me to change my aspx file extension to some other name?
Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is the best way to search any exact information on google?
What are the new web part controls in asp.net 2.0 ?
What is the other method, other than GET and POST, in ASP.NET?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What are the properties of the eventargs argument when capturing keyboard events?
What is server infrastructure?