S
starbuck
Hi
My first vb.net/asp.net application is taking shape now and I have started
using session state to store user variables or type string, long and bool..
The VB6 app I am converting also makes great use of global variables as per
the example below
Structure Gen_setup
Dim Nominal As Long
Dim TaxCode As Integer
Dim VATNo As String
End Structure
Public setups As Gen_setup
I want to convert this to session state, can anyone show me the best way.
Thanks in advance.
My first vb.net/asp.net application is taking shape now and I have started
using session state to store user variables or type string, long and bool..
The VB6 app I am converting also makes great use of global variables as per
the example below
Structure Gen_setup
Dim Nominal As Long
Dim TaxCode As Integer
Dim VATNo As String
End Structure
Public setups As Gen_setup
I want to convert this to session state, can anyone show me the best way.
Thanks in advance.