1
Reply

MVC 4

nizam nizam

nizam nizam

Feb 27 2015 3:49 AM
568
it's showing the list what Insentives or Deductions we selected but i wanna know if it is more than 3 types how to do like this
@Html.RadioButtonFor(model => model.HeadType, "I")Insentives
@Html.RadioButtonFor(model => model.HeadType, "D")Deductions
@Html.ValidationMessageFor(model => model.HeadType)

Answers (1)