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...


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

Answers were Sorted based on User's Feedback



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

Answer / ranjitha

TextBox.Readonly=True

This property is used to lock the text box to enter data.

Is This Answer Correct ?    10 Yes 0 No

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

Answer / sanjeev

textBox1.Enabled=true;
textBox1.Enabled=false;

Is This Answer Correct ?    6 Yes 0 No

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

Answer / kosil

textbox1.readonly=true;

Is This Answer Correct ?    5 Yes 0 No

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

Answer / kosil

textbox1.readonly=true;// to unlock textbox
textbox1.readonly=false;// to lock textbox

Is This Answer Correct ?    5 Yes 1 No

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

Answer / anantha

textbox1.Enabled=true //to enable lock//
textbox1.Enabled=false // to disable lock//
(or)
readonly="true"
readonly="false"

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net WindowsForms Interview Questions

What is the extension of a compiled help project file?

0 Answers  


where we are using NEW keyword other than create instance Pls Help me? Gopal

6 Answers  


What is form description?

0 Answers  


Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?

0 Answers  


Which property of the progressbar control specifies the amount to increment the current value of the control?

0 Answers  


What is a windows forms application?

0 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


What is the full form of gac?

0 Answers  


What is dynamic linking?

0 Answers  


Which controls have refresh method?

3 Answers  


How to get records from a database?

0 Answers  


what are the types of combo box?

2 Answers  


Categories