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

Where to use new keyword other than create instance?

0 Answers  


What is form design?

0 Answers  


Is form action required?

0 Answers  


What are window based applications?

0 Answers  


What is the difference between pixels, points, and em’s when fonts are displayed?

0 Answers  


Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?

0 Answers  


Explain how to net forms the windows?

0 Answers  


What?s the difference between the System.Web.UI.WebControls.DataGrid and System.Windows.Forms.DataGrid?

1 Answers  


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

10 Answers  


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

0 Answers  


Explain the new events in textbox that has been included in vb?

0 Answers  


What is a windows forms application?

0 Answers  


Categories