views:

95

answers:

1

I have a dataset that has changes. I call the .fill(ds) method to "refresh" the dataset. The dataset is bound to a grid. How do I go to the last position I was in (in the grid) prior to the refresh?

A: 

This specific type of application is a winforms app.