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
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