Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Which C# access modifier helps to limit the accessibility of a class member within the same assembly?

1 Answers   Arctern,


What is the advantage of a form?

0 Answers  


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

0 Answers  


What is a windows forms application?

0 Answers  


how print barcode

0 Answers   Wipro,


What is form record?

0 Answers  


What is window form application?

0 Answers  


What is the difference between desktop application and windows application?

0 Answers  


Explain how to add resources during runtime?

0 Answers  


What is a fillable form?

0 Answers  


Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.

0 Answers  


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

1 Answers   Arctern,


Categories