5
Answers

hide RadioButtonFor in view

Garima Bansal

Garima Bansal

1y
458
1

I want to hide RadioButtonFor 

 @Html.RadioButtonFor(model => model.recommend, "RA", htmlAttributes: new { @id = "Roflag2", @onchange = "onchangetype2DL('0')" }) Call for Addln.Particulars   

 

When i simply comment above code then my submit button is not working.

How can i do this?

Answers (5)