In ASP.NET MVC, do I use the \"regular\" controls from the toolbox and assign data to them like I did with webforms? Can I use the gridview, for example?
Thank you.<
I believe you can use any control that does not rely on postback functionality.