give a unique id to each checkbox (let's say 1 to 120), id and label should be in sync with your server. now send only selected checkbox id to server using a query string seperated by comma, I mean (selected = '1,2,3,119' parse this string to server and process it
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

