Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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..
Posted

1 solution

We're not going to do your homework for you. Break the problem down into parts, google each part for solutions and if you have a specific question about a specific problem then feel free to ask about it, along with the relevant code.
 
Share this answer
 
Comments
Er. Anil Kumar 3-Sep-15 6:42am    
but you can tell me that how can i fatch any table from database to MVC.
F-ES Sitecore 3-Sep-15 6:51am    
I can't tell you because I don't know what database access technology you are using. MVC is a presentation framework, it doesn't have the ability the access a database; to do that you will need to use some database technology in conjunction with MVC such as ado.net or Entity Framework. It's clear you are a total novice at this, and you can't learn an entire development framework from posts on a forum. Get a book on MVC and go through it, or go through some on-line tutorials that help you build a sample site. Google "asp.net mvc music store" for such a tutorial.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900