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
Which dialog box allows users to switch to another area of the application?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
What is the difference between pixels, points, and em’s when fonts are displayed?
What is the full form of gac?
How to get records from a database?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
What are controls in windows forms?
Explain how to net forms the windows?
What is form and its uses?
What is form based application?
Name the two main categories of .net components.
What is form and meaning?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
What is dynamic linking?