Does ASP.NET MVC use the regular toolbox controls?

后端 未结 7 2105
予麋鹿
予麋鹿 2020-12-15 01:55

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.<

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 02:16

    I believe you can use any control that does not rely on postback functionality.

提交回复
热议问题