I am attempting to build an online store, and I would like to use SQL to store my product database. I have found a lot of confusing and conflicting information on storing and displaying images and creating hyperlinks inside an actual GridView control. I want to be able to do something along the lines of every other online merchant out there: a sortable database of products that can display picture, product name, and price in a GridView with a link to a details page with a full description and additional information.
Is what I'm describing even possible with ASP and a SQL database? If so, how do I store/display the images and add hyperlinks? I have tried using HTML coding in the data fields (because that is basically all I know, and I have seen indications that it should work online), but the code isn't being read and implemented - it just shows up on the page as code. Do I need to use a specific data type to use HTML? Do I need to turn on HTML coding somewhere? Do I need to be using a different language altogether?
I am currently building on Microsoft Visual Web Developer 2008 Express Edition, and I am using the SQL database construction capabilities that are built into the program.