Hi everybody,
How do i toggle the action based on the selection of checkboxes?
Iam dispalying all the records from DB, I have fields called Id and arc. Iam displyaing checkboxes for both the field. Now if I select Id checkbox and click on sumbit then it shld delete the records of selected ID and if i select arc checkboxes then it shld update those records and set the value of arc field to 1.
How can I do this?
Regrds