Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,

I have a web-api mvc app that can get and post. I have a localDB and entity model created. I want to create a view or page that shows a table in my database. I'm not sure though how I can do that with just Razor code or if there is a standard procedure I need to do in web api mvc. Or if I can use LINQ. I tried to search for a way to do it but it can't seem to find what I'm looking for. So I turn to you beautiful people of Code Project.
Posted

1 solution

There is a tutorial that does exactly what you describe[^]

It was a first link on google for "show datatable data in mvc".
 
Share this answer
 
Comments
Joshua Masa 21-Apr-15 4:37am    
Thank you. I was not able to see that while Googling though.

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



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