I have to fatch data from sql server table(store procedure) in MVC 4 ..and then genrate a report using Jtable
I have created two table in database and join them with the help of inner join in store procedure
i have some value in my table
now i have to fatch that value acourding to id in Asp.net MVC 4 from store procedure . and after that have to genrate a report of that data with that help of Jtable..
how can i complete this assignment..please help me..