M
Max
Please somebody can shed a light...
How can I have a variable visible and modifiable, inside one and only
webform?
I mean , I d like to see that variable from all the Sub of that webform
code, but if I window.open another instance of that webform, that variable
should be independant even if the name is the same.
I've declared that var as Public shared, but I realize now that that
variable is modifiable from all the webforms, and even from another user
session! Is this possible?
Should I use viewstate, or there is a right declaration that I should use
and that I don't know?
Thanks Max
How can I have a variable visible and modifiable, inside one and only
webform?
I mean , I d like to see that variable from all the Sub of that webform
code, but if I window.open another instance of that webform, that variable
should be independant even if the name is the same.
I've declared that var as Public shared, but I realize now that that
variable is modifiable from all the webforms, and even from another user
session! Is this possible?
Should I use viewstate, or there is a right declaration that I should use
and that I don't know?
Thanks Max