4
Reply

What are the options in ASP.NET to maintain state?

Sanjay Dixit

Sanjay Dixit

11y
1.6k
0
Reply

    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

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

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

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