How to display all data from database using MVC 2 in asp.net?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhay ShankerPosted Jul 7, 2014, 1:14 PM
http://www.4guysfromrolla.com/articles/121510-1.aspx
http://geekswithblogs.net/maxonweb/archive/2010/12/08/asp.net-mvc-2-from-scratch-ndash-part-1-listing-data.aspx
http://www.c-sharpcorner.com/UploadFile/53db37/creating-simple-country-master-in-mvc-2-using-without-databa/
Hope will be helpful to you
Ramesh MaruthiPosted Jul 7, 2014, 10:45 AM
Please look at this articles
http://www.codeproject.com/Articles/207797/Learn-MVC-Model-View-Controller-step-by-step-in-7
If you practise the music store in mvc2, then you will get the complete flow in mvc
http://mvcmusicstore.codeplex.com/
If you use the entity framework orm tool its very easy to display the data from the database, just u need to add ado.entity file to your mvc project and connects to the database and grab the tables as entities, please look at this url
http://www.asp.net/mvc/tutorials/older-versions/models-(data)/displaying-a-table-of-database-data-cs
Guest UserPosted Jul 7, 2014, 8:57 AM
http://www.codeproject.com/Articles/79577/A-Simple-Tutorial-on-Developing-ASP-NET-Applicatio
twitter: @sumitjolly