|
<%= AjaxHelper.ObserveField() %> ? This seems to be the best way, I think. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Craig Neuwirt My issue is that I am trying to
use WebFormView in with ATLAS for most of the complex AJAX stuff.
However, I would like to use straight AJAX for simple field-field
dependencies. ATLAS is kinda heavy and goes through the entire page
lifecycle. That seems overkill just to update dropdown. So the real
question is how to use the ajax helpers in an ASP.NET
page. On 6/16/06, Ayende Rahien <[EMAIL PROTECTED]> wrote: To expand on the topic, MR'
Ajax is based on Prototype library, as well as some helpers. So you should be able to do
just about everything that you like (since you are not limited by some
abstraction). In particular, check this: http://www.castleproject.org/index.php/MonoRail:AjaxHelper#ObserveField
The example seems to be exactly
what you need. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Craig Neuwirt Can the MonoRail Ajax support handle 2 options lists in which one is
populated based on the selection of another craig
|
_______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
