____ 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
What are controls in windows forms?
How can you pause a timer control?
How to use the FindControl() function to preselect an item in my dropdownlist?
how see report periviwe
What are window based applications?
Which property value of the helpnavigator property will display the index for a specified topic?
What is the advantage of a form?
What is form description?
What is the synonym of form?
What is form and its types?
What is form based application?
Where is system windows forms dll?
What is the difference between the add() and insert() methods of a listbox control?
What is window form application?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net