Hi
I have a sql server with database called inventory. I created a table with columns ImageUrl <varchar> ProductName <char> Producttype <char>.
I filled one entry in the db and used as the value
What code can i use to display that image on my site along with it's associated product specs...
I have a sql server with database called inventory. I created a table with columns ImageUrl <varchar> ProductName <char> Producttype <char>.
I filled one entry in the db and used as the value
What code can i use to display that image on my site along with it's associated product specs...