3
Reply

Text Area Enabled

Hareesh Bollepalli

Hareesh Bollepalli

8 years ago
340
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" })%> 

Answers (3)