M
Marc Bishop
I'm trying to get this to work but i'm at a loss as to how.
i've searched google without much help
code
Dim ArrCart As new ArrayList()
ArrCart = CType(Session("sesCart"), ArrayList)
ArrCart.add(sID & ",1")
Session("sesCart") = ArrCart
So what i want to do is maintain my Arraylist of items in a session.
add an item to the arraylist.
finish by replacing the session with the newly added session.
thanks all
*pulling my hair out*
M.
i've searched google without much help
code
Dim ArrCart As new ArrayList()
ArrCart = CType(Session("sesCart"), ArrayList)
ArrCart.add(sID & ",1")
Session("sesCart") = ArrCart
So what i want to do is maintain my Arraylist of items in a session.
add an item to the arraylist.
finish by replacing the session with the newly added session.
thanks all
*pulling my hair out*
M.