PDA

View Full Version : I want to send value from page1 to page 2


kinui
11-01-2005, 10:50 AM
Sory I no i dea to make Code
Thank very much
Exp
OS_Name = System.GetOSName()
if (OS_Name=="Windows XP") then ..........

I want send value in "OS_Name" to nex page for Process. Or At another page call value in "OS_Name" for Process.

"OS_Name"
:lol
Ps: Am still In bankong THAILAND

TJ_Tigger
11-01-2005, 11:05 AM
Sory I no i dea to make Code
Thank very much
Exp
OS_Name = System.GetOSName()
if (OS_Name=="Windows XP") then ..........

I want send value in "OS_Name" to nex page for Process. Or At another page call value in "OS_Name" for Process.

"OS_Name"
:lol
Ps: Am still In bankong THAILAND

Variables are global unless otherwise specified as local. So by declaring the OS_Name variable on Page1 it will contain it's original value throughout the rest of the program.

Tigg

kinui
11-01-2005, 08:21 PM
:D :wow :D :yes :yes