I started to learn ASP.NET MVC 4, did some small stuff...
ASP.NET MVC 4
In my index page I want to get JSON file with some data and display it on the mai
JSON
You have to make ajax call in view, just call MVC url which return json data and operate on that data.
pass the Controller, Action and Id part whichever is applicable in the ajax call. Hope this will help you