hi
I have two webforms
when a user fill the webform1 and get webform2( through submit )if user click return(get webform1) i want to show user the webform1 info that user filled first time.
(i want to keep webform1 info when user go to webform2 and return to webform1)
what should i do?
thanks

Recommended Answers

All 3 Replies

You can use Session object to persist data between page requests or just simply use JavaScript - history.back() method.

more guidance
thanks

More Guidance
Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.