What is the lifespan for items stored in ViewState?
Answer Posted / ganesh
Item stored in ViewState exist for the life of the current
page. This includes postbacks (to the same page).
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are session state modes in asp.net?
Write a code for sending an email from asp.net application.
What is in a session cookie?
What is a response cookie?
Is web config mandatory?
List the types of authentication supported by asp.net?
What is difference between inproc and outproc?
What is scope of an application variable in asp.net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is session in web technology?
What is caching in asp.net?
What are user controls?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is state management technique?
How does asp.net work?