2
Answers

How to Search a value in two-dimensional list

a h

a h

8y
299
1
Hi all.
I have a list of Employee table: 
  1. List<tb_employee> lstemp=(from emp in dataclasses.tb_employee where emp.id>10).ToList();  
for example fields of tb_employee are :id,name,degree.
Now i want degree of "ali" employee(=name) in list above.
please help me.
Answers (2)