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
Bhavna Chaudhri
NA
529
20.9k
Ajax post to Controller not working
Oct 17 2020 12:34 AM
Below is my code
var
model = {
Name: name,
Gender: gender,
Subjects: subs
// array of Subject object (Id,Name)
};
$.ajax({
type:
"post"
,
url:
"/home/Save"
,
dataType:
"json"
,
contentType:
"application/json;charset=utf-8"
,
data:{Model:model},
cache:
false
,
success:
function
(){}
})
Reply
Answers (
1
)
Why do we need to use Unit of Work when using EF?
Schedule timer to run tasks on different times to monitor files in c#