Forums
This topic is locked
columns of dynamic info
Posted 12 Oct 2005 23:36:55
1
has voted
12 Oct 2005 23:36:55 andy bertaut posted:
Me againI have several pages displaying dynamic information. Right now it displays in a single columns, with text (with Go To Details Page behaviour attached) and image of each product. It displays fine, but when I try to add more columns, even though I get the text and images displaying correctly from the DB, the links all lead to the one product over and over - the first one listed in the DB. I have a feeling it's something really simple I am forgetting to do. I need to get this sorted on TWO sites before the end of the month so I am really up against the clock here. I cannot post any code right now as I have no pages saved near me, but I can add code later if anyone should feel the need to see it to make any suggestions. Thanks guys and gals.
Replies
Replied 13 Oct 2005 00:21:18
13 Oct 2005 00:21:18 Rene Bandsma replied:
If all the links in your rows are going to the same page it is most of the time a simple change of code. When you want to have the Id as the QueryString you have to set the Id also in the link and thanks to the repeat region you get for each row (as long as you use the TR as a repeater) another link.
It is only the 12th of October... and there are 24 hours in one day! <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>
It is only the 12th of October... and there are 24 hours in one day! <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>
Replied 17 Oct 2005 15:05:03
17 Oct 2005 15:05:03 andy bertaut replied:
thanks for the help Rene, i think i have it nailed though. User error as usual!!! <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
Replied 21 Oct 2005 00:27:26
21 Oct 2005 00:27:26 andy bertaut replied:
i've since realised my problem ISNT fixed.....all links still go to the same product - the first one in the DB. i will add code tomorrow for anyone to view....
Replied 21 Oct 2005 23:36:31
21 Oct 2005 23:36:31 andy bertaut replied:
ok...NOW it's fixed!!!!!