|
How to make the TextBox readonly or disabled?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET TextBox
In case we want to make the text box read only so that user will not be able to modify the data, we can use this approach. Also if we want to disable a textbox so that user will not be able to even place
his cursor to the TextBox we can use this approach.
|