Datagrid WinForms Rowchanged event

From: ZAky (ZAky_at_discussions.microsoft.com)
Date: 07/22/04

  • Next message: Mark Fisher: "RE: ADO error setting filed when using oralce hint in sql select"
    Date: Thu, 22 Jul 2004 00:04:02 -0700
    
    

    In Rowchanged event handler the datasource table do not contain the new row added.
    The DataRowChangeEventArgs contain information about the new row.
    So, if i try to use DataAdapter.Update(dataTable) Nothing happend.
    Using dataTable.Acceptchanges insie rowchanged couse infinite loop(why is that).


  • Next message: Mark Fisher: "RE: ADO error setting filed when using oralce hint in sql select"