1. Put the variable into session in the first page, and get it back from
session in the next page. 2. Put the variable into cookie in the first page, and get it back from
the cookie in the next page. 3. Put the variable into a hidden form field, and get it back from the
form in the next page.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Atleast we done this task by using three ways.
1. Put the variable into session in the first page, and get it back from session in the next page.
2. Put the variable into cookie in the first page, and get it back from the cookie in the next page.
3. Put the variable into a hidden form field, and get it back from the form in the next page.