which property is used to lock a textbox to enter data?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
TextBox.Enabled = True;
This property is used to lock the text box to enter data.
| Is This Answer Correct ? | 7 Yes | 20 No |
Which C# access modifier helps to limit the accessibility of a class member within the same assembly?
What is the advantage of a form?
Which property of the errorprovider control automatically sets to the form to which?
What is a windows forms application?
how print barcode
What is form record?
What is window form application?
What is the difference between desktop application and windows application?
Explain how to add resources during runtime?
What is a fillable form?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
Extension methods can be both static and normal class methods. Yes/No?