Hi,
if I have an ajax form with AjaxOptions like this :
(Ajax.BeginForm(new AjaxOptions { UpdateTargetId = "okContent", HttpMethod = "Post", LoadingElementId = "ajaxLoader" })
is it possible to change UpdateTargetId in controller(after pressing submit button)?
Thank You.