Hi Guru's
I want to implement following scenario
1-->in a table i have two columns with check boxes and N no of rows, these should be enabled depends on the web service.
2 --> and i have to implement "Select/Deselect all" check boxes for this
3 --> and i can able to select/deselect check boxes as i want in a table
4--> when i click on save button all the checked data should be stored in a data base as a flag.
So would you please help me in this scenario how do i need to capture the checkbox value in a table?
Thanks in advance
Anu