Hello All,
I need to enable my TextArea, but not write any thing in it. will be just show content
please find below code
Here i disabled TextArea. user think like it is disabled. need to show enable
<%: Html.TextArea("comments", temp.Trim(), new { style = "width: 600px; height: 75px; font-weight:bold", disabled = "true" })%>
Hari BPosted Jan 27, 2016, 7:50 AM
Hari BPosted Jan 27, 2016, 4:50 AM
Manas MohapatraPosted Jan 27, 2016, 4:33 AM