How to use Jquery for UI interactions with Controllers in umbraco
Hi..
In my application I have one form named account information. In this form, I will show all member properties with their values for logged in member. This form also facilitates user to edit the values. So I am thinking of calling a controller by ajax call (post) on button click. I tried calling controller but it is always returning me my current page's markup. Is there need to setup routes for this? Am I missing something?
How to use Jquery for UI interactions with Controllers in umbraco
Hi..
In my application I have one form named account information. In this form, I will show all member properties with their values for logged in member. This form also facilitates user to edit the values. So I am thinking of calling a controller by ajax call (post) on button click. I tried calling controller but it is always returning me my current page's markup. Is there need to setup routes for this? Am I missing something?
Any help is appreciated.. Thanks.
is working on a reply...