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

What is the use of OLE?

2 Answers  


What are the three states set in a checkstate property?

0 Answers  


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

10 Answers  


What are ACID properties of a transaction in DBMS (Database Management System)?

2 Answers   Arctern,


what are the differences between image and picture controls?

1 Answers  


What is boxing and how it is done internally?

4 Answers   Microsoft,


how see report periviwe

0 Answers   Wipro,


i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net

0 Answers  


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

0 Answers  


tell me something about crystal report in brief?

1 Answers   HCL, Novell,


Which of the following position is the default docking position of the statusstrip control on the form?

0 Answers  


What is the use of stretch property in Image control?

1 Answers  


Categories