How do I refresh the DataView

  • Thread starter Thread starter Lord2702
  • Start date Start date
L

Lord2702

Jul. 22, 2003 11:10 AM PST

Suppose I am using either DataView or DataViewManager with default table
view, lets say with two tables Customers and Orders with our typical
NorthWind database. I added some records in Customers and also in Orders. I
also did some modifications, and deletions. Now as per the RowFilter set in
Customers and Orders DataView how will I refresh the display? Lets say I am
displaying Customers in TextBox style whereas Orders in DataGrid. I also
have two separate CurrencyManagers for two tables. But when I start browsing
Customers after modifications, My newly added records are always at the end.
and I do not want to update records to the database with DataAdapter unless
I am not finish my addition, deletion, and modification. Otherwise, I can
update the database and re-fill the DataSet. But I do not want to do this
way. Anybody has better solution/ answer to this problem.

Suhas.
 
Back
Top