Hi,
On a view, i have a partial view rendering an ajax form that allows me to create a new element. On the same view, i have a partial control that list the elements already in the database.
My create action will redirect the the list action if everything is ok or to the create action with an error message if something is wrong with the user data.
Actually it is working when everything is ok: the list is updated. However, how could I change the updatetargetid with the onfailed attribute?
Thanks.