finding current row in DataTable programmatically
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

