Delete selected data from gridview and table in sqlserver
I am fetching all rows from database to gridview. i want selected rows by mouse click will be deleted when i click on delete button which is on below gridview. i also want that rows will be deleted from table in database. i am using form based application. can anyone attach code for this!