____ property is used to lock a textbox to enter data.
Answer Posted / kosil
textbox1.readonly=true;// to unlock textbox
textbox1.readonly=false;// to lock textbox
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
To which namespace does the control class belong?
What are windows applications?
Explain how insert record in the database?
What is form and its types?
What is form based application?
What is a windows form application?
How to use the FindControl() function to preselect an item in my dropdownlist?
Are windows forms still used?
How do I change the console application in windows?
What is the synonym of form?
Which window displays messages for the status of various features provided in the visual studio .net ide?
What is form record?
What is form design?
Explain the difference between listindex and tab index?
What is dynamic linking?