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
Tanmay Mule
NA
29
2.2k
How to use PUT method using AJAX to call WEB API controller
Feb 11 2015 6:20 AM
I want to update record in database by using WEB API Controller
// PUT api/Student/5
[HttpPut]
public HttpResponseMessage PutStudent(int id, [FromBody]Student student)
{
//body
}
then how should I call this method using jquery ajax put method?
Reply
Answers (
5
)
How add text in Calendar or RadCalendar
How to configure iis & sql server 2008