Using GridView and DetailsView in ASP.NET MVC - Part 1
- by bipinjoshi
For any
beginner in ASP.NET MVC the first disappointment is possibly the lack of
any server controls. ASP.NET MVC divides the entire processing logic
into three distinct parts namely model, view and controller. In the
process views (that represent UI under MVC architecture) need to
sacrifice three important features of web forms viz.…