ASP.Net
How can I save an image into the database and how to access and display that image in ASP.Net using with C#.Net.
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.
Tadit DashPosted Aug 13, 2014, 5:32 AM
1. how to insert images into database and how to retrieve and bind images to gridview using asp.net (or) save and retrieve images from database using asp.net
2. Uploading and Displaying Images From DataBase Using ASP.Net C#
Harshal ThakrePosted Aug 13, 2014, 5:03 AM
Harshal ThakrePosted Aug 13, 2014, 5:02 AM
if we are saving image in binary format in database then it will take bulk space in ms sql so you must store path in database and image store in folder.
like: /image/abc.jpg
and in c# code:
Add One Asp Button try this below code in that button click