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

How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed

0 Answers  


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

0 Answers  


Is windows an application software?

0 Answers  


What are the properties of datacontrol?

0 Answers   HCL,


What is the extension of a compiled help project file?

0 Answers  


What is datagrid?

6 Answers   ABC, IQ,


____ property is used to lock a textbox to enter data.

5 Answers  


Which controls can not be placed in MDI ?

2 Answers  


Which is the global event handler for unhandled exceptions in an ASP.NET applications?

2 Answers   Arctern,


Explain how to net forms the windows?

0 Answers  


Which Isolation level is helps to read uncommitted data?

1 Answers   Arctern,


What are the different types of JOINs in SQL Server?

3 Answers   Arctern,


Categories