Bindingsource delete

  • Thread starter Thread starter Excalibur
  • Start date Start date
E

Excalibur

I am deleting row on the gridview but record not deleting, How to delete
record
SQL server 2000

PERSONELBindingSource.RemoveCurrent()
Me.Validate()
Me.PERSONELBindingSource.EndEdit()
PERSONELBindingSource(PERSONELTableAdapter.Update(Me.MALIYET_P1DataSet.PERSONEL))
'MALIYET_P1DataSet.AcceptChanges()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top