1.

What Are The Options Can Be Configured In Ajax Helpers?

Answer»

Below are the options in AJAX helpers :

Url : This is the request URL.

Confirm : This is used to specify the MESSAGE which is to be displayed in confirm box.

OnBegin : Javascript method name to be GIVEN here and this will be CALLED before the AJAX request.

OnComplete : Javascript method name to be given here and this will be called at the end of AJAX request.

OnSuccess - Javascript method name to be given here and this will be called when AJAX request is SUCCESSFUL.

OnFailure - Javascript method name to be given here and this will be called when AJAX request is failed.

UpdateTargetId : Target element which is populated from the ACTION returning HTML.

Below are the options in AJAX helpers :

Url : This is the request URL.

Confirm : This is used to specify the message which is to be displayed in confirm box.

OnBegin : Javascript method name to be given here and this will be called before the AJAX request.

OnComplete : Javascript method name to be given here and this will be called at the end of AJAX request.

OnSuccess - Javascript method name to be given here and this will be called when AJAX request is successful.

OnFailure - Javascript method name to be given here and this will be called when AJAX request is failed.

UpdateTargetId : Target element which is populated from the action returning HTML.



Discussion

No Comment Found