Syncing Grid with Dataset through Binding Source

G

Guest

I'm working in Visual Studio 2005 and C#.

I have a DataSet, a Binding Source, and a grid. I'm finding that if a table
in the DataSet gets updated from the Database, the new data doesn't appear in
the grid until after the user clicks the grid.

After the DataSet update from the DataBase, I've tried Rebind() on the grid,
and ResetBindings on the binding source. I still don't see the new data until
after the user clicks the grid.

Any suggestions on pushing new data to the grid?

Thanks,
Randy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top