nizam nizam

nizam nizam

  • NA
  • 0
  • 11.7k

MVC 4

Feb 27 2015 3:49 AM
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)