Help in deleting row in gridview

Nobody saw my post before so I thought I will make another post so that some one may respond to this

I am having problem with deleting row in a gridview which is populated from sql database

and so the row that is deleted needs to be deleted from the database

My problem is I dont know how to identify the particular whose delete button has been clicked and also furtherly deleting that particular row from the database through a store procedure.

I got 10 gridview to work based upon this code if anybody has anyideas please share with me so that I can complete my project on time

and also I can have further questions for all of you intelegent people

Thanks guys




Answer this question

Help in deleting row in gridview

  • Jo101

    thanks, I will try this

  • dmadrian

    You really want to post this in ASP.Net forum. Basically, you need to get the changes and update it against the server. You can start here.
    http://msdn2.microsoft.com/en-us/library/czb9z269.aspx
    http://asp.net/learn/dataaccess/default.aspx tabid=63



  • Help in deleting row in gridview