G
Guest
Hi,
I have a DataTable and I'm trying to locate some data in a specific column
(my primary key column). The data I'm looking for is an int called xFile. I
may have the correct way to find the xFile (I'm not sure), but if so, what
I'm ultimately trying to do is find the number of the row that xFile is in.
Here's what I'm hoping finds xFile:
DataRow foundRow = tCat.Rows.Find(xFile);
No matter how long I search online, I can't find how to simply retrieve the
row number containing this unique xFile.
Thanks for any help!!!!!!!!!
Mel
I have a DataTable and I'm trying to locate some data in a specific column
(my primary key column). The data I'm looking for is an int called xFile. I
may have the correct way to find the xFile (I'm not sure), but if so, what
I'm ultimately trying to do is find the number of the row that xFile is in.
Here's what I'm hoping finds xFile:
DataRow foundRow = tCat.Rows.Find(xFile);
No matter how long I search online, I can't find how to simply retrieve the
row number containing this unique xFile.
Thanks for any help!!!!!!!!!
Mel