Originally posted by siomai
VB Code:
  1. ds.Tables("QuoteTran").Rows(0).Delete()
This is because here you are telling it to delete the first row in the table. Find the row you want to delete and then call its delete method.