G
Guest
Hi All,
how do u declare a variable as a Collection.ArrayList in a Session_start at
the Global.asax file?
im having some problems in declaring the arraylist at session_start in
global.asx,
so how do u exactly write it?
vb doesnt recognize it if i write somethin like:
------------------------------------
Private _ItemsinCart As New Collections.ArrayList.ArrayList
------------------------------------
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
'Private _ItemsinCart As New Collections.ArrayList.ArrayList
End Sub
Cozi need the ItemsinCart variable to be able to access it from all my
other classes.
Thanks a mucho!
how do u declare a variable as a Collection.ArrayList in a Session_start at
the Global.asax file?
im having some problems in declaring the arraylist at session_start in
global.asx,
so how do u exactly write it?
vb doesnt recognize it if i write somethin like:
------------------------------------
Private _ItemsinCart As New Collections.ArrayList.ArrayList
------------------------------------
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
'Private _ItemsinCart As New Collections.ArrayList.ArrayList
End Sub
Cozi need the ItemsinCart variable to be able to access it from all my
other classes.
Thanks a mucho!