____ 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 |
how barcode create in the report
which property is used to lock a textbox to enter data?
Explain how save rerecord in the database?
What is boxing and how it is done internally?
Explain how to get records from a database?
Which method grants a lock on a resource?
Are windows forms still used?
which property is used to change to some value to access a identity column in datacontrols?
What are the new events in textbox that has been included in VB ?
how can u split a column header in gridview using C#.net
What are the different types of JOINs in SQL Server?
Name the property which is used to lock a textbox to enter data?