I set up a project level variable - gsEmailString. I also assigned it a value at the project level - then later in a login page, i have the user enter an email address Edt_Email - and then
in code, i have tried both server and browser code, set the project level variable equal to the value in Edt_Email as in gsEmailString = Edt_Email, then i do an Info() - and gsEmailString has the now current email address. - and then I go to another page - and display the value of the gsEmailString - and it is reset to the original value.
I assume this is a scope issue - but what do you use to pass a value from one page to another. I know we can use parameters to pass values - I want to make use of what is being called project level variables , not just for passing an email id along, but results of calculations, etc. Help ?
Don
in code, i have tried both server and browser code, set the project level variable equal to the value in Edt_Email as in gsEmailString = Edt_Email, then i do an Info() - and gsEmailString has the now current email address. - and then I go to another page - and display the value of the gsEmailString - and it is reset to the original value.
I assume this is a scope issue - but what do you use to pass a value from one page to another. I know we can use parameters to pass values - I want to make use of what is being called project level variables , not just for passing an email id along, but results of calculations, etc. Help ?
Don