Forums

ASP

This topic is locked

Basic Code to Display Data

Posted 23 Jul 2010 19:15:47
1
has voted
23 Jul 2010 19:15:47 john pepper posted:
Hi All i thought that i would re write my request to make it a bit clearer.

All i need to be able to do from within the tools of dreamweaver is the following

I have created a page from accessing a database and using recordsets to display various products, then for each product is a peace of text saying more details.

How would i create the more details page to only display the details for the product that they want ie: do i need to pass any variables etc if so how do i do that.

I am not used to hard coding asp so i use the tools in dreamweaver.

Any help much appreciated.

Thanks

John

Replies

Replied 05 Aug 2010 14:36:30
05 Aug 2010 14:36:30 Vince Baker replied:
Yes, exactly that. You must pass a variable that is unique to that row in the table. Then on the details page you filter your recordset by the value passed over.

There is a really good explanation on how to do this in the tutorial pages that ship with dreamweaver.

That would be your best resouce for explanation.

Reply to this topic