-
access with aspx
Hi there,
I am sure this has been asked before but your help would be greatly appreciated.
I need to find a tutorial to populate data from an Access database in to a aspx web page.
This is exactly what I am trying to do......
I have a database that has all the products from a retail shop. Each item in the data base has a item code, description, price and a url for a picture of the product.
I want to put in a web page a list of products from the database that has a description, price and shows the picture from the url.
Any help?
Cheers,
-
This will help get you started
http://www.asp.net/tutorials/quickstart.aspx
Look for the Data Access And customization link on the left.