____ property is used to lock a textbox to enter data.
Answer Posted / sanjeev
textBox1.Enabled=true;
textBox1.Enabled=false;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to split a column header in gridview using c#.net?
What are window applications?
Explain the need of z-order method?
To which namespace does the control class belong?
How to get records from a database?
Which method of the messagebox class is used to display a message in the message box?
What is the advantage of a form?
What is the extension of the windows installer file?
What is the difference between the add() and insert() methods of a listbox control?
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?
Explain how to get records from a database?
What is form record?
Explain how barcode create in the report?
Explain how to add resources during runtime?