Results 1 to 2 of 2

Thread: Help with State in ASP.net

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Location
    Pennsylvania
    Posts
    133

    Help with State in ASP.net

    I have done very little web programming in the past, so assume I know very little.

    How do I persist data from one page to another in my ASP.net application. I tried using public variables but that only works if one computer is accessing the web site.

    If computer "A" accesses the web site, I do not want Computer "B" overwriting computer "A"'s variables. What is the best approach.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    session variables


    Session("Variablename")
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width