yusuf

yusuf

  • NA
  • 57
  • 0

About DataGridView...

Mar 11 2008 8:04 PM

Hi everyone...

I m trying to delete data in database by selecting the row from dataGridView. It is deleted from datatable with the code below :

dt.Rows[dataGridView1.CurrentRow.Index].Delete();

i typed  dataAdapter.Update(dt); but did not effect the database.

Thank you...

 

 

 

 

 


Answers (1)