Hi All,
How to make the textarea in MVC 2.0 to readonly having css class property to it.
The below is my code, please specify what wrong in it,
Its not working.
<%=Html.TextAreaFor(model => model.Content, new { @class = "user_txtarea_border", @readonly = "readonly"})%>
Thanks,
Naresh