I have a large form that is used to enable / disable several categories of a report generator I am creating. Each category has a simple checkbox. I would really like to find a way to ajax enable this application. I am still extremely new to ajax. I figure to do this I need to make each checkbox have a unique name then somehow do a onclick event on the checkbox that does the ajax call. How do i do the ajax call though? Any insight would be appreciated.
David
David