Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: MrHorizontalPosted on 2006-09-27 at 03:18:35ID: 17608815
If you are going to do this AJAX-style, I don't think you need a button, as you can use an onclick event on the checkboxes to trigger the database side of things. What I do need to know is the details of the SOAP service the Javascript will call to do stuff in the database. This way just clicking on a checkbox will change the database.
Alternatively, if this is a traditional form submission, you just need the logic in the server-side transaction script.
Either way, can you let me know how the server-side of things needs to be processed, and I'll provide your answer :D