how to make textbox uneditable in asp.net windowsform code example
Example: c# forms create a read-only text box
/* Set the TextBox control's ReadOnly property to true. With the property
set to true, users can still scroll and highlight text in a text box
without allowing changes. A Copy command is functional in a text box,
but Cut and Paste commands are not. */