In E Folder all faculty images are stored with the name of each employee id.
In E folder list of images as follows
1 ( 1 is the employee id is the image name for each faculty)
2 ( 2 is the employee id is the image name for each faculty)
In Gridview as follows
Faculty Name Faculty ID Images
Ramesh 1 Ramesh image (Ramesh employee id is 1)
Suresh 2 Suresh image (sruesh employee id is 2)
i want to bind corresponding employee id image from folder to gridview.
for that how can i do in asp.net using c#.
thanks
regards,
narasiman P
Loading
Sanjay KumarPosted Jan 20, 2014, 12:41 AM
try this
http://www.c-sharpcorner.com/UploadFile/satyapriyanayak/add-details-of-an-employee-with-image-and-display-it-into-a/
http://www.c-sharpcorner.com/UploadFile/satyapriyanayak/insert-image-with-details-in-database-with-Asp-Net/