____ 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 the extension of a compiled help project file?
where we are using NEW keyword other than create instance Pls Help me? Gopal
What is form description?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
Which property of the progressbar control specifies the amount to increment the current value of the control?
What is a windows forms application?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What is the full form of gac?
What is dynamic linking?
Which controls have refresh method?
How to get records from a database?
what are the types of combo box?