____ 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 |
Where to use new keyword other than create instance?
What is form design?
Is form action required?
What are window based applications?
What is the difference between pixels, points, and em’s when fonts are displayed?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
Explain how to net forms the windows?
What?s the difference between the System.Web.UI.WebControls.DataGrid and System.Windows.Forms.DataGrid?
which property is used to lock a textbox to enter data?
Name the property which is used to lock a textbox to enter data?
Explain the new events in textbox that has been included in vb?
What is a windows forms application?