ahmed sa

ahmed sa

  • NA
  • 289
  • 125.7k

Show image in datagridview from specified path to all record

Aug 29 2014 12:56 PM
Discussion
You cannot vote on your own post
0

Hi guys i have proplem

I have 100 employee showing in datagridview and i have path that have these pictures to all employee found in

this path

\\\\192.168.1.10\\24.10.11

what i need is to show every employee have picture in this path in datagridview as following

datagridview1

employeeNo  EmployeeName  image

555             adil                  picture path from \\\\192.168.1.10\\24.10.11 related to this employee

556            wadel               picture path from  \\\\192.168.1.10\\24.10.11 related to this employee 

How to get image from specified path according to EmployeeID BY C# CODE


Answers (3)