asp.net MVC 单选列表的问题
这什么我用的MVC2里没有Html.RadioButtonList控件?
在教程里看到就有,也没有html.submitbutton
如果要用到单选列表,该如何实现呢?
------解决方案--------------------
Html.RadioButtonList 是没有的,只有 Html.RadioButton。
你可以按照下面的代码自己实现:
http://geekswithblogs.net/michelotti/archive/2009/08/05/mvc-radiobuttonlist-html-helper.aspx
------解决方案--------------------自己扩展一个啊