Dim ddrc As Int16 = (Me.Temp_QuotesDataGridView.RowCount - 1) With (Me.Temp_QuotesDataGridView) For Xxx = ddrc To 0 Step -1 .Rows.Remove(.Rows(Xxx)) Next End With Me.Validate() Me.Temp_QuotesBindingSource.EndEdit() Me.Temp_QuotesTableAdapter.Update(Me.M_B_DATABASEDataSet)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)