TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sankeerth m
NA
484
23.3k
Ajax not hitting controller
Mar 26 2021 11:47 AM
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
<a id="alviewBranchCode" href="javascript:void(0)" onclick="return GetBranch()" class="btn btn-default" style="color:red;width:70px" >View</a>
Reply
Answers (
5
)
how to validate model in asp.net core 3.1 web api post method?
Trying to make a viewmodel with custom IdentityRole