I have 3 check boxes in my app...i have 5 attributes for each table.Attributes are reminderDaysId,date,typeId,isSelected,isDelete... By default i need to pass 3 check box value to database...
If check box 1 is clicked i need to pass reminderDaysId,date,typeId,isDelete with isselected is 1...
Here other two check boxes are not clicked..Even though i need to pass reminderDaysId,date,typeId,isDelete with isselected is 0...
For clicked check box i need to pass isselected is 1...For unclicked check box isSelected is 0....
Is it possible to pass the values to database ...
Aucun commentaire:
Enregistrer un commentaire