____ 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 boxing and how it is done internally?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
HOW TO NET FORMS THE WINDOWS
What is the need of z-order method?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
how print barcode
Explain how many number of events does the timer controls?
How to find the current record position in data control?
What are the different types of JOINs in SQL Server?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".
What are windows based applications?
What is a windows based application?