I have Custom Object Scheduler__c which contains fields StartTime,EndTime,T9,T930,T10,T1030,T11,T1130,T12,T1230..........T17(5PM).T9 to T17 are time slots for 30 minutes and these are Number DataType holds value 0 or 1.
I created a VF page and it contains 2 SelectList and values for these lists are 9,9:30,10,10:30.........5:00.When user selects 9:30(SelectList)(Value is '2') and 12:00(Another SelectList Value is '7') the values i need to store for T930,T10,T1030,T11,T1130,T12 is 1 and remaining field values should be 0.How do i achieve this.
Please Help.