O
OK
How can I access public variables of an aspx.vb page within the code of
another aspx.vb?
Imagine the following :
Test.aspx.vb holds a public variable Mode 1:
Public Mode1 as boolean
How can I Refer to the variable Mode1 within the vb code in another aspx.vb?
another aspx.vb?
Imagine the following :
Test.aspx.vb holds a public variable Mode 1:
Public Mode1 as boolean
How can I Refer to the variable Mode1 within the vb code in another aspx.vb?