I have stored binary image in the SQL database and its fine but when I retreive it using
Response.ContentType = "image/jpeg";
Response.BinaryWrite((byte[])myReader["binary_photo"]);
the image displays but before master page there is certain display probably the binary image like
"
����JFIF``��fExifMM* 2�;�GFGI?����i���B�z�2009:03:12 13:48:39David NadalinMicrosoft Corporation�0221��,��02��02� �2008:02:07 11:33:112008:02:07 11:33:11David Nadalin���http://ns.adobe.com/xap/1.0/ 42008-02-07T11:33:11.02063Microsoft Corporation David Nadalin ��C ��C ��" �� ���}!1AQa"q2���#B��R��$3 br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz �������������������������������������������������� ������������������������� ���w!1AQaq"2�B���� #3R�br� $4�"
Any help would be appreciated and detailed description would be better