showing image im gridview from ms access
-
I am using ms access. I wud like to upload images inside a folder and the path of that shuld get saved in the database. Moreover i want to bing this database with a datagrid and shud display all images from the databse . when i tried to bind it shows the path of a image . how to show images other than showing the path on the gridview?
-
I am using ms access. I wud like to upload images inside a folder and the path of that shuld get saved in the database. Moreover i want to bing this database with a datagrid and shud display all images from the databse . when i tried to bind it shows the path of a image . how to show images other than showing the path on the gridview?
save the relative path of the image in the database. Put an image control in item template of gridview. bind the image control with the relative path of the images and the image will show.
Regards, Kapil Thakur (Where's there is Kapil , there is a way) - thakur.kapil@gmail.com
-
I am using ms access. I wud like to upload images inside a folder and the path of that shuld get saved in the database. Moreover i want to bing this database with a datagrid and shud display all images from the databse . when i tried to bind it shows the path of a image . how to show images other than showing the path on the gridview?
Have a look into this article Displaying Image in Gridview from Database
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net
-
I am using ms access. I wud like to upload images inside a folder and the path of that shuld get saved in the database. Moreover i want to bing this database with a datagrid and shud display all images from the databse . when i tried to bind it shows the path of a image . how to show images other than showing the path on the gridview?