What is view state and how this can be done and was this
there in asp?
Answer Posted / anand mishra
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.
view state value from one web page can not be accessed from
another web page.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between session and viewstate?
Where the cookie value is stored?
What is difference between session and cookie?
Why would anyone need to implement their own hashtable or linked list?
Explain different types of Caching techniques in ASP.NET?
Can you explain composite pattern?
Why asp.net is used?
What is the main differences between asp and asp.net?
How can you handle exceptions in asp.net?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is datagrid asp.net?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Explain what is postback in asp. Net?
What is Web API Routing?
Explain the working of passport authentication.