ASP.NET 2.0 Sortable float lists webcontrol to create dual sortable float lists in ASP.NET 2.0 using the script.aculo.us library.
MonoRail from the Castle Project includes script.aculo.us scripts in the Ajax and Effects helpers.
AJAX.NET is great for use with script.aculo.us scripts.
Without using Anthem.NET or AJAX.NET or similar – Homebrew Interaction with .NET – Here’s some info and a link to the source.
Questions:
Can someone describe AJAX.NET integration a little more?
I’ve got working examples of both AJAX.NET and the Sortables callback style, but I can’t seem to get script.aculo.us going with AJAX.NET Pro. The problem is in the prototype javascript, which is throwing an exception on the call to the AJAX.NET server function saying that it is not defined.
Answer:
When using AJAX.NET it is important you mark methods you have tagged with Ajax Method as public. Failing to mark the method public will result in errors stating the method is not defined.