deleting rows from gridview
Hi All,
I've an application where i used gridview to display data from the database. I added a column which is a checkbox(template field) and i've a button. When the button is clicked, all the rows in the gridview whose checkbox is checked should be deleted. How can this be done? can anyone help me?