I manage to find some code which can save an image to a database as binary format. But, how do i get it display?
Printable View
I manage to find some code which can save an image to a database as binary format. But, how do i get it display?
doesn't asp.net has a picturebox control?
Regards
Jorge
picturebox control is only available for windows form. I can't used this control in a web form or is there a workaround to enable picturebox control in web form??
Am i asking stupid question???