How to display Datasets in Dreamweaver MX

bizjosh

Member
Joined
Mar 16, 2005
Messages
23
Programming Experience
Beginner
Hi,

I have a MS access database of product's table namely
with fields imagefile, product_id, name, cost and 4
different products added.

I created a table 2 rows 2 cols in products.aspx, i have
the database connected, datasets up and i wish to display
the 4 products into this 2 row 2 col table i created, how
is that possible?

Earlier i setup'd a datagrid and managed to list all of
the products in one table but i can't do anything
to it and it is not the table i want.

How do i pull individual product id and its other info
in each of my cols in my table rows..

Thanks,
Josh
 
It's been a while since I've used MX, but I seem to remember you can use a data container to show a single recourd. I suggest looking through www.macromedia.com or dreamweavers help files for examples.

TPM
 
Back
Top