|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|