|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Request.Form() Problem |
From: |
Brian Williams |
Date: |
6/27/2000 1:55:08 PM |
IP: |
136.205.43.82 |
Hello all,
Lets say I have 4 ASP Pages (Groups, Category, SubCategory, and Product).
The first page group pulls all of the product group listings from the database and displays each with a radio button belonging to the Radio Button Collection "Groups". I have a submit button the send the use to the next page.
When the user gets to the cateogry page, I get the groupID by using
groupID = Request.Form("Groups")
which works fine. The user can then select a group in the same manner and press submit again.
Now on the 3rd page subcategory is where the problem arises. I am trying to get both the group and the category here via the following
groupID = Request.Form("GroupID")
CatID = Request.Form("Categories")
I receive the CatID fine, but do not get anything for the groupID.
How can I pass this data from ASP page to ASP page possibly upto 4 or 5 levels deep.
Thanks
Brian Williams
|
Follow Up - Re: Request.Form() Problem - Dusty 6/28/2000 6:15:29 PM
|
|

|
|
|
|
|
|
|
|
|
|