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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a windows form application?

610


To which namespace does the control class belong?

610


What is the use of runworkasync() methods?

669


Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.

594


Explain how to get records from a database?

746






Which method of the messagebox class is used to display a message in the message box?

646


What are the different cloud platforms?

623


What is window form application?

587


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

656


How to get records from a database?

659


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

656


Explain the difference between listbox and combo box?

587


What is form record?

615


How to create a set up in vb.net for desktop application please say steps with examples?

613


What is an example of form?

640