Quote Originally Posted by Deepak Sakpal
AbsolutePosition was used in VB6 which indicates the ordinal position of a Recordset object's current record.
Then the DataSet itself has no equivalent. There's no such thing as a selected row in a DataTable. Such a selection only makes sense in terms of bound data, in which case you'd use the Current (item) or Position (index) property of a BindingSource. The BindingSource hides the complexity of the CurrencyManager, amongst other things, so it is generally easier to use. Like I said, if a full and clear description is provided...