Hari B

Hari B

  • NA
  • 139
  • 65.3k

Text Area Enabled

Jan 27 2016 4:28 AM
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)