Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ajax Checkbox

Status
Not open for further replies.

kyern

Programmer
Mar 30, 2006
36
US
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
 
I'm not sure what kind of server side enviroment you are using, but I've found a great, robust and easy to use ajax framework for .NET called ANTHEM. It provides super easy implmentation of standard .NET controls but AJAX enabled.


This is a perfect alternative to ATLAS, Microsoft bloated (IMHO) ajax toolkit.


Shawn Molloy
Seattle, WA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top