Persisting data w/o dbase

Discussion in 'ASP.NET / ASP.NET Core' started by john27157, Sep 20, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is there a way to persist data on a multipage form? Meaning I'd like to have a form that carries the information over to the next page that asks different questions, then takes the information collected from multiple pages and emails it to me. I can do the email part of the code, just not the persisting data from one page to the next. Any sample code that could help me out?[:)] I suppose I could use cookies or hidden fields, but I'd prefer to look at some sample code so I can reverse engineer it. I understand it better this way....
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You can store it in the Get or Post request

    quote:Originally posted by john27157

    Is there a way to persist data on a multipage form? Meaning I'd like to have a form that carries the information over to the next page that asks different questions, then takes the information collected from multiple pages and emails it to me. I can do the email part of the code, just not the persisting data from one page to the next. Any sample code that could help me out?[:)] I suppose I could use cookies or hidden fields, but I'd prefer to look at some sample code so I can reverse engineer it. I understand it better this way....
    </blockquote id="quote"></font id="quote">

    B.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page