Now,I wanted to delete a certain row. i tried using (myRow.Delete();) but it wont work. I tried aother method such as [dataSet11.Tables["Table1"].Rows[0].Delete ();], but theres and error when i click on the delete button. It says that there is no position (0).
pls help me.