How do I move a row pointer in a datatable??
Hi,
I need to set a datatable to a certain row. I am doing a search using the find command on my datatable. The find command returns a datarow and is working fine. I then need to move the datatable row pointer to the returned row but don’t know how. I am using the binding navigator in my form to navigate the datatable. How can I move the row pointer to the returned data row?
Thank you
Aaron
Hi,
I need to set a datatable to a certain row. I am doing a search using the find command on my datatable. The find command returns a datarow and is working fine. I then need to move the datatable row pointer to the returned row but don’t know how. I am using the binding navigator in my form to navigate the datatable. How can I move the row pointer to the returned data row?
Thank you
Aaron
Last edited: