1
Answer

how to validate gridview employee id to imagefolderemployee

narasiman rao

narasiman rao

11y
1.1k
1

  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
Answers (1)
0
Sanjay Kumar
NA 5.8k 2.8m 11y
Hi

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/