Showing image from the database into HTML web control
I like to know how to dispaly a image from the SQL server table into the HTML web Control . I have a image saved in the SQL server table and I like to display that picture into my HTML web control . How to do that . I have used <img > tag to do that it did not work as the picture is save in the database . Please help . Show me some code sample if possible .
Thanks

