Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DropDown & Access 2 pages

Status
Not open for further replies.

eggy168

Programmer
Mar 6, 2002
220
US
Hi,

I am working on a page A that has 2 drop down lists and a gridview and another page B with the detail information.

This is what I want to show on page A; when a user choose drop down list 1, the drop down list 2 will show the correspond information from drop down list 1. Then, the gridview will automatically show the information from DropDownList 1 & DropDownList 2. This page is working properly.

Now, I would like to know the detail of the row from the gridview. I have a HyperLinked on the row. Once I clicked on the hyperlinked (SelectWineListNumber), it will go to the detail page, but it lists all the records instead of the particular information from the row I chose. I used the Form Parameter and picked the Drop Down List 2 from the 1st page. Then I used the QueryString from the row of the gridview. I don’t know what’s wrong of this combination, can anyone tell me what should I do to list the detail information from the row of the 1st aspx page or it is not workable?

Page A.aspx

DropDownA(Dept) | DropDownB(Category)

Gridview
SelectWineListNumber| Edit| Dept|Category|WineListNumber|PurchaseDate|Price

Page B.aspx

WineListNumber|Contact|Address|Phone|Fax

Thank you very much


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top