what is view state?
ViewState is maintaing users state at Client Side.It provides property to store retention value between multiple webrequest.It stores value in html hidden field in web page.