Using ajax.ActionLinkall works fine except the OnComplete functions is never triggered.
The code is:
@Ajax.ActionLink(User.Identity.Name,"UserSettings","Account", new AjaxOptions() { HttpMethod = "Get", UpdateTargetId = "conteudoDinamico", OnComplete=" _loadDialogSettings " })
I don´t get any error, only the function _loadDialogSettings is never called.
Is there something I am missing?
If this is a direct copy and paste from your page, I notice that your
OnCompletecallback name has spaces, i.e.If those are also in your code, try removing them, i.e.