asp.net mvc - Hide a Checkbox in mvc4 without using style -


i want set visibility of checkbox false without using style in mvc3.

@html.checkboxfor(model => model.eng, new { @id = "chkenergy1", @value = "true", @class = "chkenergy",@visible=false }).i have given not working 

@html.checkboxfor(model => model.eng, new { @id = "chkenergy1", @value = "true", @class = "chkenergy",@style = "display:none;" }). 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -