Hi,
What i'm tring to do is:
public a as boolean = false
I need to be able to see the variable from one web form to an other (that's why inputed public). Of course I may not access this variable.
In vb i could try to put this public statement in a module; but in asp.net??
Tnx
What i'm tring to do is:
public a as boolean = false
I need to be able to see the variable from one web form to an other (that's why inputed public). Of course I may not access this variable.
In vb i could try to put this public statement in a module; but in asp.net??
Tnx