Hi all,
I'm doing a form and having a small question that hoping someone can provide a better idea for me to get to how I want my form to do after submitted.
Right now, all I can do is response.redirect the form to itseft with a note says Thank You!!! in order to avoid the form keeps re-submitted when user refresh the page again and again.
However, I'd like to have the page to display thank you note with all the information entered after being submitted, and I'm thinking of utilizing Session for every fields to do just that because I don't think any data can be held after response.redirect.
Question:
-Do you have any better idea to do so?
-If Session is the way, is there a limit for number of Session(s) to be used?
Thanks!
I'm doing a form and having a small question that hoping someone can provide a better idea for me to get to how I want my form to do after submitted.
Right now, all I can do is response.redirect the form to itseft with a note says Thank You!!! in order to avoid the form keeps re-submitted when user refresh the page again and again.
However, I'd like to have the page to display thank you note with all the information entered after being submitted, and I'm thinking of utilizing Session for every fields to do just that because I don't think any data can be held after response.redirect.
Question:
-Do you have any better idea to do so?
-If Session is the way, is there a limit for number of Session(s) to be used?
Thanks!