Sanjay Dixit
What are the options in ASP.NET to maintain state?
By Sanjay Dixit in ASP.NET on Jun 24 2013
  • Pramod Lawate
    Jun, 2013 29

    In Asp.net we can maintain State two way 1) Client Side View state Query String Hidden Field Cookies 2) Server side StateServer OR Database

    • 1
  • Dhanik Sahni
    Jun, 2013 27

    We can maintain state in two ways. 1. Client Side -View State, Hidden Fields, Query String 2. Server Side - Sesssion State, Application State

    • 0
  • Dhanik Sahni
    Jun, 2013 27

    We can maintain state in two ways. Client SideView StateHidden FieldsQuery String Server SideSesssion StateApplication State

    • 0
  • srikanth kamuju
    Jun, 2013 25

    We can maintain the state of an ASP.NET web application in the following ways:Session State, View State, Cookies, and Application State

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS