|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Why do I lose Session Array values between pages?? |
From: |
Akhilesh |
Date: |
8/28/2000 2:35:03 PM |
IP: |
12.41.194.121 |
Well i have worked with that. I did not store the array to a session "array" it was just to a session variable and then set a "variable" in the next page to the value to the session variable
Page 1
session("arrXyx") = arrData()
Page 2
dim arrRows
arrRows = session("arrXyx")
Thia always worked and i have never had a problem with that. Ubound and all other functions worked |
Previous Message
Follow Up - Re: Why do I lose Session Array values between pages?? - Akhilesh 8/28/2000 2:36:43 PM
|
|
|
|
|
|
|
|
|
|
|
|