Wednesday, March 28, 2012

What is state management?

What is state management?check this Microsoft Documentation:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspstatemanagement.asp
cheers,
erik

HTTP is a stateless protocol so to do what you do in a Windows application you have to use Session state and
there are several ways of doing it. If you write C# take a look at Coding Strategies of the Asp.net team by Rob Howard et al ,the people who runs this site and Programming .NET by Jeff Prosise. Try these links for more info. Hope this helps.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp12282000.asp


http://blogs.msdn.com/tims/archive/2003/11/21/57453.aspx

http://www.awprofessional.com/articles/article.asp?p=31842&seqNum=3&rl=1

0 comments:

Post a Comment