how to remove the rows from the gridview control when check box is unchecked
-
hi iam using asp.net with c# in my gridview 1st column is templatefield which contains check box control, default i set to check, iam displaying data at page load event but when i unchecked the checkbox then that row should be remove from gridview . can you give me example which helps me
-
hi iam using asp.net with c# in my gridview 1st column is templatefield which contains check box control, default i set to check, iam displaying data at page load event but when i unchecked the checkbox then that row should be remove from gridview . can you give me example which helps me
-
hi iam using asp.net with c# in my gridview 1st column is templatefield which contains check box control, default i set to check, iam displaying data at page load event but when i unchecked the checkbox then that row should be remove from gridview . can you give me example which helps me
So for that, use rowcommand event and when user uncheck the checkbox then remove it from db and bind the grid again. for details on rowcommand event, have a look to the link Click here
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
hi iam using asp.net with c# in my gridview 1st column is templatefield which contains check box control, default i set to check, iam displaying data at page load event but when i unchecked the checkbox then that row should be remove from gridview . can you give me example which helps me