____ 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
Which property of the errorprovider control automatically sets to the form to which?
What is the use of form?
What is the full form of gac?
Is windows an application software?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar
What are the components of gui for windows?
Which method of the messagebox class is used to display a message in the message box?
Explain the difference between listindex and tab index?
Is typeform free?
What is an example of form?
Explain how insert record in the database?
Which of the following position is the default docking position of the statusstrip control on the form?
How is anchoring different from docking?