Answer:
ViewState is a state management technique build in ASP.NET.
ViewState basically maintains the state of the pages between postbacks.
ViewState maintain the session within the same page.
ViewState allows the state of objects to be stored in a hidden field on the
page.
Regards,
Please click here to see more .NET/ASP.NET
interview questions