____ 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 formdata?
Is form action required?
How to split a column header in gridview using c#.net?
what are container objects?
How many navigational features are provided by visual studio.net ide?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
What is form and meaning?
What is dynamic linking?
what are the differences between image and picture controls?
Name the property which is used to specify the source from where the crystal reports would be accessed.
how barcode create in the report
Which Isolation level is helps to read uncommitted data?