what is view state and its use
viewstate is just like hidden field.Basically all html controls are stateless .if u want maintain state for page level we can use viewstate.