Raj Kumar M
For What purpose we use state management in asp.net?
By Raj Kumar M in ASP.NET on Jan 28 2010
  • jitendra kumar
    Feb, 2010 11

    State Management is used for maintain the state between page because Http is a stateless protocol so it doesnot remeber any thing and treated always a new request.

    To preserver the value between the round trip,use state mangement.just like maintain user activity,count no. user visit your page,or pass one page info to there page.

    refer to this link

    http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx


    • 0
  • Raj Kumar M
    Jan, 2010 28

    Web pages rarely be stand alone. Web applications almost always need to track users who visits multiple pages, whether to provide personalization, store information about a user or to track usage for reporting purposes.

    Purpose

    State management is the process by which you maintain state and page information over multiple requests for the same or different pages.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS