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 does a switch do?
Explain about Application and Session Events ?
What is the difference between a page theme and a global theme?
What is the file through which you can customize your asp.net application?
How can we create pie chart in asp.net?
Explain about asp.net state management?
What is the difference between dynamic SGA and static SGA?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Describe a Windows Service and its lifecycle ?
Can one dll file contains the compiled code of more than one .net language?
What is server infrastructure & server components?
How does session state work in asp.net?
What is the use of service provider?
Explain server-side scripting?
Why is string called immutable data type?