Wednesday 30 March 2016

MVC - create read only textbox

Watch this example on YouTube


 @Html.TextBox(Model.CustomerLastName, Model.CustomerLastName, new { @readonly = "readonly" })

No comments:

Post a Comment