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
What is a windows form application?
To which namespace does the control class belong?
What is the use of runworkasync() methods?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
Explain how to get records from a database?
Which method of the messagebox class is used to display a message in the message box?
What are the different cloud platforms?
What is window form application?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
How to get records from a database?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
Explain the difference between listbox and combo box?
What is form record?
How to create a set up in vb.net for desktop application please say steps with examples?
What is an example of form?