Answered by:
show image from database to web form

Question
-
User639439401 posted
i have uploaded an image in database using file upload control in visual studio 2005 using c#
i want to show this image saved in database to the web form..
how can i do so???
please reply soon
Sunday, December 12, 2010 12:25 PM
Answers
-
User-1199946673 posted
http://www.mikesdotnetting.com/Article/123/Storing-Files-and-Images-in-Access-with-ASP.NET
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, December 12, 2010 4:37 PM
All replies
-
User-758443495 posted
if you mean that you saved the binary of image in the database see:
http://www.dotnetcurry.com/ShowArticle.aspx?ID=129&AspxAutoDetectCookieSupport=1
Sunday, December 12, 2010 3:34 PM -
User-1199946673 posted
http://www.mikesdotnetting.com/Article/123/Storing-Files-and-Images-in-Access-with-ASP.NET
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, December 12, 2010 4:37 PM -
User-1675817941 posted
hi,
here is the code for your query
http://www.aspnet101.com/2008/04/showing-images-in-a-datagrid-based-on-database-data/
find more information here
http://forums.asp.net/t/24987.aspx
Thanks,
Monday, December 13, 2010 2:57 AM -
User406085191 posted
Hi check this
http://www.aspsnippets.com/Articles/Display-Images-from-SQL-Server-Database-using-ASP.Net.aspx
Monday, December 13, 2010 3:07 AM -
User383567333 posted
plz tell, ru uploading files in folder and save path in DB or covert it into byte and save into DB !
if you are saving path in db then read column throght reader and show it in image control
or ur using any control like grid view then simple bind the coulmn name using template filed and image control....
Friday, December 17, 2010 5:19 AM