1
Answer

MVC 4

nizam nizam

nizam nizam

9y
576
1
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)