____ 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 |
Which property of textbox cannot be changed at runtime?
how to create a set up in vb.net for desktop application please say me steps with examples
Explain how barcode create in the report?
what are events?
Explain how many number of events does the timer controls?
How many navigational features are provided by visual studio.net ide?
Explain the need of z-order method?
How do you customize the column content inside the datagrid?
How many system controls are available ?
What are the forms of graphics?
What is the difference between a document and a form?
How to split a column header in gridview using c#.net?