checkbox in gridview hi i have create a gridview. the gridview first column is checkbox column..
i have set the value of checkbox is checked= true
so defaultly all the checkbox is clickked....
and i have add a clear button.
now i change the checkbox value(deselect the tick) and i click the clear button the selected row is delete....
How can i write the code.... |