Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 370 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 370 Bytes

mvc-ajax-call

Simple ASP.NET MVC Ajax Call

Here you can check out my Sample-Project in ASP.NET MVC where you are able to make an Simple Ajax Call where an < span > element is updated with an return value of my controller.

  • Sample02 I've added another Sample in which i am getting data from Entityframework Database and putting the Data into a DataTable (jQuery).