I known the way to display the mysql blob image in Windows Forms.
try
{
MySqlConnection connection = new MySqlConnection(hp.myCo
Well, this is definetely not the simplest answer. You do not need to create an extra aspx file to image generation and re-generation each time when it's used.
You can actually embed the image files into the html markup language by it's byte array.
All you need to do is get the BLOB byte array from your database and use this:
" />
...where dr is a DataRow obtained from a DataSet object.
I have tested it in Internet Explorer 8 and all modern browsers and it works.