Thursday 13 February 2014

State management in Asp.net

--> state management means request send by the client can state  remember state of the previous request   means maintain the state  of the request.

-->    state management is the art of retaining between request

--> types of state management
    1) client side
        -> Cookies
        -> hidden field
        -> view state
        ->  Query string
    2)server side
        -> session
        -> application
        -> profile
   

No comments:

Post a Comment



Asp.net tutorials