Hi All,
Help of yesterday a great help, thanks.
I now have an ASP page that produces a list of Recording Artist names by grabbing all the Artists beginning with 'B' from the database for instance. Beautiful!!! My recordset also returns the 'ArtistID' number used as the primary key in the database.
I want to make each one of the Recording Artists in the list its own link and in the target page use the ArtistID to produce a list of all the recordings in stock by that artist.
My question is, how do I get the link to pass the ArtistID in the URL so I can use Request.QueryString in the target page to base a recordset on it?
Any ideas?
Regards,
El Toro.


Reply With Quote

Bookmarks