Quote Originally Posted by jmcilhinney View Post
The Rows collection of a DataTable has a Find method that will find a DataRow by primary key. The index is irrelevant because you'd only be using that to get the row and that Find method returns the row.
i know it has a find method, i have no idea how to use it or implement it however.