I am new in ASP.NET MVC Web Application.
How to display/show data from Database table in a ASP.NET MVC Web Application page?
I want to display data from Sql Server Database table in Asp.Net MVC Web Application page. I am using Entity Framework.
Just like we display data from database inside Gridview for Web Forms, likewise which control is used to display data from Database in ASP.NET MVC Web Applications??