Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4757

ASP.Net MVC: Update data into Database using Web API and Entity Framework

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to update data into Database using Web API and Entity Framework in ASP.Net MVC Razor. When the Update Button is clicked, the UpdateCustomer Action method of the Web API is called using jQuery AJAX and the details of Customer are sent as JSON object. Finally, a Boolean response is sent to the View which indicates that the record was successfully updated or not.

Viewing all articles
Browse latest Browse all 4757

Trending Articles