Forums
This topic is locked
Asp Dynamic help pls
Posted 01 Jul 2004 20:22:29
1
has voted
01 Jul 2004 20:22:29 Steven Watson posted:
hiI've just moked up a couple of test pages and pulling records out of a DB.
I have linked one of the records to link onto another page to display the value that has been passed.
this works on the first page. asp?club=mytown
But the record on the second page just pulls the club from the database (the first record).
how can I display the string that has been passed from the first page that i have sent?
thanks
Replies
Replied 02 Jul 2004 11:40:07
02 Jul 2004 11:40:07 Simon Martin replied:
to display the string use
<%= request.querystring("nameOfString"
%>
Sharing knowledge saves valuable time!
Simon
<%= request.querystring("nameOfString"

Sharing knowledge saves valuable time!
Simon
Replied 02 Jul 2004 18:47:44
02 Jul 2004 18:47:44 Steven Watson replied:
Yep, Thanks for that, think i had the syntax mixed up.
what now if I wanted to pull all the records available from the string that has been passed.so to link all the clubs on the first page then this links to the second page to display all the records from that club?
thanks
what now if I wanted to pull all the records available from the string that has been passed.so to link all the clubs on the first page then this links to the second page to display all the records from that club?
thanks
Replied 02 Jul 2004 19:13:44
02 Jul 2004 19:13:44 Steven Watson replied:
Sorry, last post. I got it, I filtered the recordset to match the club, therefore displaying the data from the link that was selected.
I did all this in Golive and have now switched to DW. Should have made the switch earlier. DW kicks ass on GL.
I did all this in Golive and have now switched to DW. Should have made the switch earlier. DW kicks ass on GL.