From http://www.w3schools.com (Copyright Refsnes Data)
Complete TextBox Control Reference
The ReadOnly property is used to set or return whether or not the text in the TextBox control can be changed.
If this property is set to TRUE the text can not be changed, otherwise FALSE. Default is FALSE.
| <asp:TextBox ReadOnly="TRUE|FALSE" runat="server"/> |
ExampleThe following example sets the ReadOnly mode to "TRUE":
Show example » |
Complete TextBox Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)