rpathy1974
MIS
I need to pass an array from one ASP page to another ASP page. For this, I tried using the Session Variable, but it is not working and I'm getting "Internal server error
", can anyone please help me on this.
My code is ...
ASP Page-1
**********
Dim MyArray(x,y)
Session("MySesArr"
= MyArray
ASP Page-2
**********
Dim MyArray(x,y)
MyArray = Session("MySesArr"
", can anyone please help me on this.
My code is ...
ASP Page-1
**********
Dim MyArray(x,y)
Session("MySesArr"
ASP Page-2
**********
Dim MyArray(x,y)
MyArray = Session("MySesArr"