Hi Randy,
Thank you for posting.
You can use the following statement to get the index of a row from the
DataView.
positionIndex = PersonalDataView.Table.Rows.IndexOf(dr);
If you have any thing unclear, please don't hesitate to let me know.
Sincerely,
Linda Liu
Microsoft Online Community Support
====================================================
When responding to posts,please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
====================================================
|