I have one data grid,with in that datagrid i want to display checkboxes for every row. I will add 2 buttons, button1(text as delete),and one more button2(with text as display).i 'll check some rows and when i press button2 then it has to display only selected rows AND when i click button(delete button) it has to delete the selected rows and display remainig rows.NOTE: use only Asp.net 1.1 with c# as codebehind only
-
Interview Candidate
- Nov 20th, 2006
- 3
- 1414
Showing Answers 1 - 3 of 3 Answers
I have one data grid,with in that datagrid i want to display checkboxes for every row. I will add 2 buttons, button1(text as delete),and one more button2(with text as display).i 'll check some rows and when i press button2 then it has to display only selected rows AND when i click button(delete button) it has to delete the selected rows and display remainig rows.NOTE: use only Asp.net 1.1 with c# as codebehind only