Save and Displaying the images from the database
-
Hello Everyone, Can anybody let me know how to save and retrieve the images from the database into the datagrid in ASP.NET with C# Thnx
The Knowledge wrote:
how to save
You can store image in the server side using Fileupload control and just you need to store image path or image name in the database.
The Knowledge wrote:
retrieve the images
Take Image control in Itemtemplate and give image path from the database i.e.
bEST rEGARD pATHAN
please don't forget to vote on the post that helped you.
-
Hello Everyone, Can anybody let me know how to save and retrieve the images from the database into the datagrid in ASP.NET with C# Thnx
As you need to use IMG tags to display them, you really want to store the images on your file system and store the paths to them in your database.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hello Everyone, Can anybody let me know how to save and retrieve the images from the database into the datagrid in ASP.NET with C# Thnx
Can u tell me one thing U exactly want to store image in databse or only path of the image and image on your disk?
-
Can u tell me one thing U exactly want to store image in databse or only path of the image and image on your disk?