Read only textbox @Html

cnxnet

New Member
Here i tried to add ReadOnly textbox,but its not working.\[code\] @Html.TextBoxFor(m =>m.ProjectManagement,htmlAttributes: new {style="width:100%",@readonly="readonly" }) \[/code\]
 
Back
Top