Image and DataBase
I am making an ASP.NET web page for online store.
which shows product detail and helps customer to shop online.
Now i want to display images of product, for
that I have to store that images in databse(i'm using sql server 2000) and also show that image in either datagrid or datalist.
Can anybody help me how to store and display images from database ?
|