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