____ 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

How many number of events does the Timer controls ?

5 Answers  


What is window form application?

0 Answers  


What is formdata?

0 Answers  


Explain something about crystal report in brief?

0 Answers  


Extension methods can be both static and normal class methods. Yes/No?

1 Answers   Arctern,






What are the components of gui for windows?

0 Answers  


What is the default property of data control?

2 Answers   Wipro,


What are the properties of datacontrol?

0 Answers   HCL,


How do you customize the column content inside the datagrid?

2 Answers  


What are the forms of database?

0 Answers  


What are different authentication types. How do you retrieve user id in case of windows authentication?

5 Answers   Microsoft,


Explain how to split a column header in gridview using c#.net?

0 Answers  


Categories