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)
Manish Kumar ChoudharyPosted Feb 27, 2015, 4:01 AM
@Html.RadioButtonFor(model => model.HeadType, "E")A
@Html.RadioButtonFor(model => model.HeadType, "F")B
@Html.RadioButtonFor(model => model.HeadType, "F")C