DynAjax
DynAjax is a framework for AJAX, no controls like in anthem etc… Just get the JSON or whatever you return from your method and use it in your javascript.
Website
Update
I received this comment from the DynAjax webmaster, I thought I will post his comment directly in the post. The following is the comment that he posted:
I’m the DynAjax webmaster, thank you for this post.
I just wanted to add some more informations about it:
- each method you want to access from the JavaScript side must be declared into an XML configuration file, then you can easily call it as you were in C# code.
- security in DynAjax: many Ajax frameworks don’t bother about security and let any client access data from server side. DynAjax implements a way to check user authentication before any method call, it works like a firewall on client requests.
- enhancements: a lot of new features will arrive soon (Exception trapping management, annotations on C# code, partial javascript generation etc.)
Samples available here:
http://samples.dynajax.org/
Regards,
Benoit BEGUIN
DynAjax