What is view state and how this can be done and was this
there in asp?
Answer Posted / arunajyothi.m
It is used to remember the controls state when page is
posted back to server.asp.net stores the viewsate on clien
site in hidden field _Viewstate in encrypted form.we can
enable/ disable the view state with "EnableViewstate"
property to True/False.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What are server-side comments in ASP.NET?
What is Razor View Engine
Explain the difference between overriding and overloading?
What is web api and why to use it?
What is a session in asp.net?
How can we prevent browser from caching an aspx page?
How should I destroy my objects in asp.net?
Explain transparent caching with aop?
Is there any limit for query string? Means what is the maximum size?
What is custom events?
What are the main requirements for caching?
What are Caching techniques in .NET
What is web router?
Can you explain one critical mapping?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC