var pagenumber = $('#hdnID').val();
var params = { Bic: disBranchCode, };
$.ajax({
type: "POST",
url: 'Details',
data: JSON.stringify({ Bic: pagenumber }),
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (r) {
alert(JSON.stringify(r))
unable to hit contorller while edi button
5 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj DubeyPosted Mar 27, 2021, 5:10 AM
hope this will help you
https://www.yogihosting.com/jquery-ajax-aspnet-core/
Rijwan AnsariPosted Mar 26, 2021, 2:53 PM
Jignesh KumarPosted Mar 26, 2021, 12:35 PM
sankeerth mPosted Mar 26, 2021, 12:01 PM
Rijwan AnsariPosted Mar 26, 2021, 11:54 AM