set image on <asp:Image> stored in DataBase
Hi Guys,
Here what i am trying to do is , i have a table in database containing a column of varBinary type.
byte[] new_arrByte = (byte[])objDt.Rows[0]["MyPic"];
Now i wanna do is , without making a file in our H-Drive usinfg "new_arrByte" how can i display (new_arrByte) picture on <asp:Image> control.
Please help me...
it's urgent..
Ragards,
Pankaj Bahuguna
__________________
Thanks
-Pankaj Bahuguna
|