$.ajax({
type: "POST",
dataType: "json",
data: {},
url: ORDER_E.GetAllActiveAccounts,
success: function (data) {
if (data.success) {
console.log(data);
}
},
statusCode: {
403: function () { alert("Access denied"); }, 20: function (res) { HTI.ShowInvalidCharError(res) }
}
});
Sunday, 13 March 2022
Make Ajax call in Jquery, Asp.net MVC
Subscribe to:
Post Comments (Atom)
Search This Blog
Creating your first "Alexa" Skill
Index What is Alexa What is Alexa Skill? Why is it required when Alexa already equipped with voice assistant? Dev...
About Me
Menu
-
Index What is Alexa What is Alexa Skill? Why is it required when Alexa already equipped with voice assistant? Dev...
-
Adding Azure AD B2C to React Native App Register your app in Azure active directory 1. Go to azure ad b2c, app registratio...
-
# Project file 1. .net Core project file no longer contains file or folder reference - all files and folder present within the root fol...
No comments:
Post a Comment