____ property is used to lock a textbox to enter data.
Answer Posted / 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 View All Answers
To which namespace does the control class belong?
What is form design?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
What is the advantage of a form?
Which event occurs when a user drags an item in a treeview or listview control?
Are windows forms still used?
Where to use new keyword other than create instance?
which property is used to change to some value to access a identity column in datacontrols?
How to split a column header in gridview using c#.net?
What is the synonym of form?
What are windows based applications?
What are windows based applications examples?
Explain how insert record in the database?
What is form and meaning?
What is form based application?