adspace


What is view state in .net?

Answer Posted / Pramod Kumar Maurya

ViewState in ASP.NET is a server-side mechanism for maintaining the state of page controls and other data across postbacks. It stores the current state of the page as a hidden field in the page's HTML, so that when the form is submitted, the current state can be restored upon returning to the server.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143