finding current row in DataTable programmatically

A newbies question, sorry.

Can some one please tell me if it is possible to know the current row in the dataset table (if this is a correct thing at all).

I mean I have a win form with several controls that datasourced to the same table in the dataset. Then when I change the selected item in one control (a listbox) all the other controls are also repositioned accordingly. But I need to know the current row without asking these controls (as they are being updated at different times one by one), and my question is if it is possible.

Is there such a thing as current row and if there is then what does it belong to - to dataset::table or to form or to control only?

Thanks
[713 byte] By [Serjm] at [2007-11-19 15:55:04]
# 1 Re: finding current row in DataTable programmatically
i think it is

me.bindingcontext(dataset11,"tableName").Position)
aniskhan at 2007-11-10 3:30:37 >
# 2 Re: finding current row in DataTable programmatically
Thanks, that helped!
Serjm at 2007-11-10 3:31:37 >