How many ways can we pass the variable through between the pages?
By Sheetal Panday
Passing variable between pages..
Teacher SiliconIndia replied to Sheetal Panday Wednesday, November 04, 2009
Hi Sheetal,
You can do it by 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.