|
-
Dec 19th, 2002, 04:57 AM
#1
Thread Starter
Registered User
IndexOf Datarow?!?
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?!?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|