I think I am going crazy..... is it not in anyway possible to get the index of a specific row in a table?

I use soemthing like dr = Dataset11.Employees.FindByEmployeeID(4) to return a datarow from the Employees table of the Northwind database. I get a nice datarow object in my dr variable but......

how on earth do I get the index of the row in that table, ie what position does that row have in the Employees table?!?