____ property is used to lock a textbox to enter data.
Answers were Sorted based on User's Feedback
Answer / ranjitha
TextBox.Readonly=True
This property is used to lock the text box to enter data.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / kosil
textbox1.readonly=true;// to unlock textbox
textbox1.readonly=false;// to lock textbox
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / anantha
textbox1.Enabled=true //to enable lock//
textbox1.Enabled=false // to disable lock//
(or)
readonly="true"
readonly="false"
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a windows based application?
how can u split a column header in gridview using C#.net
how to call constructor in abstract class
What is the extension of the windows installer file?
Is it possible to save view state on the web server?
Which property of textbox cannot be changed at runtime?
Name the property which of menu cannot be set at run time?
How to get records from a database?
What is datagrid?
What is dynamic linking?
how see report periviwe
what is a property to resize a label control according to your caption?