Hello,
I want to delete selected record using check box like yahoo mail or hotmail. Can anyone tell me how to do that.
THanks
Hello,
I want to delete selected record using check box like yahoo mail or hotmail. Can anyone tell me how to do that.
THanks
If you were using GridView widget you could:
put grid inside form
add CCheckBox column to the grid
create button for delete command that will post form
implement delete action
I have same problem. want to delete/update using checkbox. Can anyone send an example?