For example, if I wanted to change the UpdateTarget or the InsertionMode in the controller after the form was posted.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can work around this by not setting updatetargetid and insertmode, instead you just need to use onsuccess and oncomplete event, and then when the controller return the value back, you just need to add the targetid and insertmode into the return data (i.e json), then in your function of handling return result, you just need to read these values.