The Northwind database and urgency in the same post. Hmmmm. Interesting.
If I am not mistaken the Northwind stores the images as BLOBs, not as paths to the images. So, to make this wok, you'll need a separate page that displays the image.
E.g. <img src="/ShowImage.aspx?Id=123" /> points to ShowImage.aspx and passes it an ID of an employee. That page should then access the database, get the BLOB from the database and write out the image.
Search Google for "store image "SQL Server" retrieve" and you'll get plenty of useful hits.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|