Hello Experts
i am saving image in folder and its path in database. how can i display image in gridview with other data. my path is saving like this in database
in which TEMPLOCATION is folder name
CLIENTSLIPREQUISTION is another sub folder
MHYKIRY.JPG is image name
..\TEMPLOCATION\CLIENTSLIPREQUISTION\MHYKIRY.JPG
Loading

Ankit NandekarPosted May 5, 2011, 3:19 AM
Do gridview AutoGenerateColumns property false after that do like
it will work let me know if u face any problem.
Here BookName and BookImage is ur table field name.
Ankit NandekarPosted May 5, 2011, 3:32 AM
Mayur GujrathiPosted May 5, 2011, 3:31 AM
Instead of image i was using image field
Mayur GujrathiPosted May 5, 2011, 3:07 AM
Ankit NandekarPosted May 5, 2011, 2:56 AM