____ property is used to lock a textbox to enter data.
Answer Posted / kosil
textbox1.readonly=true;// to unlock textbox
textbox1.readonly=false;// to lock textbox
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How is anchoring different from docking?
Is form action required?
Which dialog box allows users to switch to another area of the application?
Where is system windows forms dll?
Name the property which of menu cannot be set at run time?
Which property value of the helpnavigator property will display the index for a specified topic?
Explain the new events in textbox that has been included in vb?
What is the use of form?
What is form application?
How insert record in the database?
What is a fillable form?
How to get records from a database?
What is form and its types?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
Which of the following position is the default docking position of the statusstrip control on the form?