Hi Guys,
I want to get column 2 value by using column 1 value from datatable using linq
example: consider the below datatable
ID Age
768341 45
435689 27
456170 38
i will be knowing ID, using ID i need to get there age,
anyone can help me with this?