asp.net mvc - ASP MVC 3 support for multiple row editing -


I was wondering if ASP MVC 3 has in-built support for editing multiple lines? I'm getting some examples of ASP MVC 2, but nothing for V3 I am using Antif Framework 4 as a back-end assuming that you have a

  public class command {public listing & lt; OderLine & gt; Orderlines {receive; Set; }} Public class orderline {public entry id (get; set;} public bolt checked {get} set;} public int amount {get; set;} public int name {get} order or edit order Should be presented as a header and then a table with rows, where each line can be changed, or removed, and new rows can be filled.   

AS There is no built-in support for such things as P.NET MVC. There is support for models, views, controllers and some HTML helpers. You can apply whatever you want from the good looking grid components that allow CRUD data. You can check out or create.

There is also a part of WebMetrics but it is something that I personally do not like and do not recommend Received but some prove it useful

Comments