| |
jasoncarlson
Posts: 1
Score: 0
Joined: 8/16/2001
From: USA
Status: offline
|
What I have is a SQL Server DB with a table in it called "Folder", in that table I have five records. I have a web interface that SELECTS the folder names and prints them out on the web site, next to each record (which is listed using an array size five) I have an "Edit" href. Syntatically speaking, how do I pass an array of size five(In VBScript) into a second ASP page using session variables? Furthermore, once I have that session on the second ASP page how do I associate the correct array location according to as "Edit" href from ASP page A? Any ideas from anyone would be appreciated.
|
|