Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Yes @Html.RadioButtonFor(model => model.TermsAndConditions, "True") No @Html.RadioButtonFor(model => model.TermsAndConditions, "False", new { Checked = "checked" })
No comments:
Post a Comment