3
Answers

Text Area Enabled

Photo of Hari B

Hari B

9y
735
1
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)