Hi friends,
I want to show an edit form where in I would like to display images that are stored in a directory.
The info related to the images are stored in t_CustomerFiles.
Record ID, CustomerID, DestinationPath,EventFileName,
1, A, C:\Users\Test\Desktop\Images, CustA1.jpg
2, A, C:\Users\Test\Desktop\Images, CustA2.jpg
3, B, C:\Users\Test\Desktop\Images, CustB1.jpg
4, C, C:\Users\Test\Desktop\Images, CustC1.jpg
5, C, C:\Users\Test\Desktop\Images, CustC2.jpg.
I would like to show them on a form like a grid and give them option to edit.
Thank you