How to insert image in to Varchar datatype field
How to brouse and insert image in to varchar datatype field, Can i insert? How? i retrive these image to web pages?
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.
Hiren SoniPosted Dec 4, 2009, 10:10 AM
Kirtan PatelPosted Dec 4, 2009, 9:56 AM
When you upload the File Using fileUpload Control just save the Image path in Database At that Time ..and When Retrive the Image from
Just Retrieve the URL Column Value in ImageControl
like Image1.ImageUrl = "Image Path Retrived From Database";
if my answer helps you then check "Do you like this answer check box please "