R
Rafael Soteldo
Hi there:
I need to get the position of a given Row to navigate directly to it, in a
form that has a BindingNavigator and several TextBoxes showing each rows
details...
I dragged the fields from the Data Sources window to the form in the
designer, which created the BindingNavigator attached to a BindingSource.
As far as I know, the BindingSource lets you move to the first, next, to a
position, previous and last row of a DataTable, so, what if I need to
navigate directly to a row that has a specific value in a field (for
instance, "Carl" in the field "Name" in the DataTable "People"). I suppose I
should get the row position within the DataTable attached to the
BindingSource, and then set the BindingSource.Position to that position.
But how ca I do that?, the DataTable doesn't expose a property that shows
the relative position of each row in the table.
Moreover, what if the DataSource is a DataView with filters set, how do I
get the position of that given row within this DataView?
Please, need help...
Thanks in advance...,
Rafael Soteldo
I need to get the position of a given Row to navigate directly to it, in a
form that has a BindingNavigator and several TextBoxes showing each rows
details...
I dragged the fields from the Data Sources window to the form in the
designer, which created the BindingNavigator attached to a BindingSource.
As far as I know, the BindingSource lets you move to the first, next, to a
position, previous and last row of a DataTable, so, what if I need to
navigate directly to a row that has a specific value in a field (for
instance, "Carl" in the field "Name" in the DataTable "People"). I suppose I
should get the row position within the DataTable attached to the
BindingSource, and then set the BindingSource.Position to that position.
But how ca I do that?, the DataTable doesn't expose a property that shows
the relative position of each row in the table.
Moreover, what if the DataSource is a DataView with filters set, how do I
get the position of that given row within this DataView?
Please, need help...
Thanks in advance...,
Rafael Soteldo