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

What?s the difference between the System.Web.UI.WebControls.DataGrid and System.Windows.Forms.DataGrid?

1 Answers  


How to get records from a database?

0 Answers  


What is the synonym of form?

0 Answers  


How do you display an editable drop-down list?

1 Answers  


What is the use of lock keyword in C#?

1 Answers  






What are windows applications?

0 Answers  


Explain how insert record in the database?

0 Answers  


What is the use of runworkasync() methods?

0 Answers  


What are the forms of graphics?

0 Answers  


What is boxing and how it is done internally?

4 Answers   Microsoft,


what is the difference between checkbox and radiobutton?

28 Answers   College School Exams Tests, TCS, Wipro,


how barcode create in the report

2 Answers   Wipro,


Categories