Forums

This topic is locked

Linking help

Posted 15 Nov 2001 06:33:26
1
has voted
15 Nov 2001 06:33:26 Tom Chase posted:
I have a client who has a web site (www.know-labs.net/labs/), they have a basic two table setup in normal html, they want to move this to an .asp setup.

So we have created a database which will populate certain fields on of which is casestudies - The case studies will have an insert page so they can manually add the case study info themselves.

But here is my problem

On the main page there is a list of case studies which I want to pull from the case_study_name field on the database, creating a dymanically updating list - which when you select on on the the listed case study names, it will take you to that page....

HELP PLEASE PLEASE

How do I do this?

Replies

Replied 19 Nov 2001 13:08:49
19 Nov 2001 13:08:49 Kevin Abbott replied:
Am I getting you right here?

You've got a list of case studies (within a table), and when one of these case studies is clicked (as a link) you want to load another page with more information about that case study that was clicked?

If thats the case then you can use the goto detail page server behaviour within ultradev.

www.k.abbott.btinternet.co.uk/
Replied 20 Nov 2001 01:33:27
20 Nov 2001 01:33:27 Tom Chase replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Am I getting you right here?

You've got a list of case studies (within a table), and when one of these case studies is clicked (as a link) you want to load another page with more information about that case study that was clicked?

If thats the case then you can use the goto detail page server behaviour within ultradev.

www.k.abbott.btinternet.co.uk/
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Ok I did what you said (see www.acid-rage.org/asptest/template.asp) But now it lists all the fields as I wanted it to. But each field links the same data source, not each unique data source.

Reply to this topic