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

Answers were Sorted based on User's Feedback



which property is used to lock a textbox to enter data?..

Answer / srinivas

TextBox.Readonly=True

Is This Answer Correct ?    28 Yes 4 No

which property is used to lock a textbox to enter data?..

Answer / rakesh

MS Can a beautiful property ie ReadOnly. then why u people
will go around bush and beat.
one line code
TextBox1.ReadOnly = True;

Is This Answer Correct ?    17 Yes 0 No

which property is used to lock a textbox to enter data?..

Answer / sesu

TextBox1.Enabled=False;

Is This Answer Correct ?    18 Yes 5 No

which property is used to lock a textbox to enter data?..

Answer / nam

TextBox1.ReadOnly = True;

Is This Answer Correct ?    10 Yes 0 No

which property is used to lock a textbox to enter data?..

Answer / bikash pattanayak

In visual studio Dot Net if we want to lock the texbox or
prevent it from taking any values in it den we hav to enable
th ReadOnly property of the Textbox.

Texbox1.Readonly=True;

Is This Answer Correct ?    0 Yes 0 No

which property is used to lock a textbox to enter data?..

Answer / shrinivas more

TextBox1.ReadOnly = True;

Is This Answer Correct ?    0 Yes 0 No

which property is used to lock a textbox to enter data?..

Answer / sonu

TextBox.ReadOnly=True;

Is This Answer Correct ?    0 Yes 0 No

which property is used to lock a textbox to enter data?..

Answer / anil

textbox.Locked = true lock the text box
textbox.locked = false to unloack the text box

Is This Answer Correct ?    7 Yes 8 No

which property is used to lock a textbox to enter data?..

Answer / annu singh

set a property of textbox

Is This Answer Correct ?    3 Yes 8 No

which property is used to lock a textbox to enter data?..

Answer / senthil kumar

TextBox.Enabled = True;

This property is used to lock the text box to enter data.

Is This Answer Correct ?    7 Yes 20 No

Post New Answer

More Dot Net WindowsForms Interview Questions

how barcode print on the win form

0 Answers   Wipro,


Name the two main categories of .net components.

0 Answers  


Explain how save rerecord in the database?

0 Answers  


What is the use of play() playlooping() functions?

0 Answers  


How do you hide the columns in datagrid?

2 Answers  






Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.

0 Answers  


how print PGL by XML

0 Answers   Bank Of America, Wipro,


What are the forms of database?

0 Answers  


How many system controls are available ?

1 Answers  


What is the synonym of form?

0 Answers  


Is it possible to set a shortcut key for label?

2 Answers  


Which property of the errorprovider control automatically sets to the form to which?

0 Answers  


Categories