but i have found all these reply with gridview.I just successfull to store image as
suppose these are my database then what to do....
table name:user_info
id: 101
name: arun
e_id: [email protected]
myphoto:
img_name:tulsi
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj PandeyPosted May 29, 2013, 5:09 AM
byte[] imgbyte =//your binary image data.
Rekha SinghPosted May 29, 2013, 3:23 AM
this might solve ur problem
http://www.c-sharpcorner.com/uploadfile/17e8f6/inserting-and-reading-image-tofrom-database-in-Asp-Net-web-application-in-image-control/