Saturday, May 22, 2010

How saving and retrieving an images in database in C#.net?

please send me its sample.


Thanks a lot.

How saving and retrieving an images in database in C#.net?
Saving images in database is not reccomended. It will result in bad performance of your appilcaiton. Anyway this example link will help you http://www.codeproject.com/aspnet/PicMan...
Reply:Hi Frnd





For Storing





(Request.MapPath("/foldername"+


"\\"+imgFileName),content);








For retriving Just give the path of the folder


No comments:

Post a Comment