error: function (e, textStatus, errorThrown) {
//alert(e.responseJSON.Message);
alert("Some Error occured");
$('#model').hide();
}
});
===========================
Internal server error 500
Solution:- Due to Some duplicate function in Javascript
or
IF error showing Parameter BranchId
In Javascript BranchIds and BranchIds must be case sensitive as in Function name of cs file (web method)
Solution :- Due to Command.Parameters.Add("@BranchIDList") name to ("BranchIds")
================================
If error
No comments:
Post a Comment