____ property is used to lock a textbox to enter data.

Answers were Sorted based on User's Feedback



____ property is used to lock a textbox to enter data...

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

____ property is used to lock a textbox to enter data...

Answer / sanjeev

textBox1.Enabled=true;
textBox1.Enabled=false;

Is This Answer Correct ?    6 Yes 0 No

____ property is used to lock a textbox to enter data...

Answer / kosil

textbox1.readonly=true;

Is This Answer Correct ?    5 Yes 0 No

____ property is used to lock a textbox to enter data...

Answer / kosil

textbox1.readonly=true;// to unlock textbox
textbox1.readonly=false;// to lock textbox

Is This Answer Correct ?    5 Yes 1 No

____ property is used to lock a textbox to enter data...

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

Post New Answer

More Dot Net WindowsForms Interview Questions

Which is the global event handler for unhandled exceptions in an ASP.NET applications?

2 Answers   Arctern,


How many number of events does the Timer controls ?

5 Answers  


what is the difference between Listindex and Tab index?

1 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


What are windows applications?

0 Answers  






Name the property which is used to specify the source from where the crystal reports would be accessed.

0 Answers  


How do you display an editable drop-down list?

1 Answers  


What is dynamic linking?

0 Answers  


What is the difference between a document and a form?

0 Answers  


Name the property which is used to lock a textbox to enter data?

0 Answers  


What is the use of form?

0 Answers  


Which window allows viewing the resources of the servers, such as services, processes and the event log?

0 Answers  


Categories