How to delete rows based on three fields on Gridview.
Hello all,
I have a GridView that displays the sample data as following:
Category | Title | Grade
==============================
Math | Algebra | 6
Math | Geometry | 5
Math | Algebra | 4
Reading | Basic | 5
There are no duplicate records. I would like to put a checkbox for select rows. Is it any solution to obtain values of category, book and grade of each row with checkbox marks and pass them to stored procedure parameters: ParamCategory, ParamTitle, ParamGrade for deletion in the backend. I believe that we can get values of one specific row with checkbox mark. Any suggestions or comments how to solve are really appreciated. If possible to give me a sample codes soon, thanks in advance.
Last edited by atp2k3; April 9th, 2011 at 11:13 PM..
|