Atulya Panda
What do you mean by View State and what is its role?
By Atulya Panda in ASP.NET on Nov 26 2012
  • Ashu Elahi
    Sep, 2016 6

    ashu

    • 0
  • Manoj Rawat
    Aug, 2014 9

    As HTTP is Stateless Protocol..View State maintains the state of the page between post backs in an ASP.Net Web Application.

    • 0
  • Neena M
    Dec, 2012 10

    ViewState allows the state of objects to be stored in a hidden field on the page. ViewState is transported to the client and back to the server, and is not stored on the server or any other external source. ViewState is used to retain the state of server-side objects between postabacks.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS