部分不可编辑的textarea

时间:2016-10-28 03:41:38

标签: javascript html asp.net vb.net

这是我想要的textarea模板

enter image description here

现在,我如何使模板文本(主观,目标......)不可编辑?我这样做是为了在数据库中维护一列而不是四列。

以下是我的示例代码onload:

TextBox1.Text = "Subjective Findings: " & vbCrLf & " " & vbCrLf & "Objective Findings:  " & vbCrLf & " " & vbCrLf & ""

设计

<asp:TextBox id="TextBox1" runat="server" Width="500px"  BackColor="#f5fbff"    TextMode="MultiLine" BorderStyle="Solid" BorderColor="LightSkyBlue" BorderWidth="1px" Rows="1"></asp:TextBox>

1 个答案:

答案 0 :(得分:0)

似乎不可能在文本框中包含不可编辑的文本,所以我的修复是分离4的保存部分并为每个文本框添加占位符