I have a grid bound to a bindingsource for a view in my SQL Server database. I update one of the tables that the view is made from in code. I want to force a refresh of the current row in the grid to display that change, without re-filling the tableadapter.
How do I do that? Is that possible?
Kipp Woodard