I have an ajax form.
In this form i have 2 drop down lists (Office and Departments) and a "Filter" Button.
When filter button is clicked my ajax form is set to update "content_main" with my new filtered list.
My question is... how can i get Office (when a selection is made) to trigger a RenderAction on the DIV element containing my list of dependent departments (over writing it with a dropdown list of Departments in that office)?
Hope this makes sense,
Thanks in advance for any help,
Kohan.