I want to create a product sales page that displays a product images (with their prices and names) generated from SQL Server database. When a user clicks on a specific image, it should navigate to another page with more images and details of that particular product. I don't know which control to use to display images on the sales page.
Also, the admin can add products with images - therefore when they add a new product, that product should come the first on the sale page. I can achieve this by writing a simple query, but I don't know what I should use to display the images. I can't use image buttons (because the images can be more than 50 depends) nor can I use GridView. If this can be achieved through jQuery, any help or assistance would be highly appreciated.
I am using ASP.NET and SQL Server 2008.
<img />tags wrapped in<a/>tags?