____ 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
How to use the FindControl() function to preselect an item in my dropdownlist?
What is form based application?
Where to use new keyword other than create instance?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What are window applications?
To which namespace does the control class belong?
How save rerecord in the database?
What is form and meaning?
What is a fillable form?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
Explain the need of z-order method?
How many types of dialog boxes windows provides?
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
how barcode print on the win form
What are windows based applications examples?