How to edit tabular data (ASP MVC)

后端 未结 4 781
情歌与酒
情歌与酒 2021-02-05 21:27

I need to be able to edit a table of data in the browser.

I have seen in MVCContrib there is a HTML helper to render out a table. Useful... but what about if I want the

4条回答
  •  甜味超标
    2021-02-05 21:40

    Take a look at Phil Haack's blog where he describes how to model bind to a list.

    Maybe this can help?

提交回复
热议问题