如何编辑选定的单选按钮MVC3

时间:2012-01-12 06:07:43

标签: asp.net-mvc-3 radio-button

能够在单选按钮中选择选项并成功保存到数据库中。

编辑时,也能成功检索值。但是,我似乎无法编辑并选择其他选项。单选按钮卡在从DB检索到的所选选项上。

以下是代码

@Html.RadioButtonFor(model => model.martialStatus, "Married", true) Married
@Html.RadioButtonFor(model => model.martialStatus, "Single", false) Single

我错过了什么吗?

谢谢!

0 个答案:

没有答案