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 the Difference between asp.net and asp ?
Is asp.net a programming language?
What are the advantages of asp.net mvc framework? : asp.net mvc
Which data type does the rangevalidator control support?
What threading model used in asp and asp.net?
How does asp.net work?
What are the uses of list view control in Asp.net?
What are the differences between the response.write() and response.output.write()?
What is the difference between the get method () and post method ()?
What is web api vs wcf?
Describe session handling in a webfarm, how does it work and what are the limits?
What is fulltrust?
In order to get assembly info which namespace we should import?
What is the difference between a multi-layer and multi-tier applications?
What is the advantage of mvc over asp.net? : Asp.Net MVC