which property is used to lock a textbox to enter data?
Answer Posted / bikash pattanayak
In visual studio Dot Net if we want to lock the texbox or
prevent it from taking any values in it den we hav to enable
th ReadOnly property of the Textbox.
Texbox1.Readonly=True;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is windows an application software?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
What is difference between winforms and windows forms?
What is window form application?
Explain how to find the current record position in data control?
Explain the need of z-order method?
How do I change the console application in windows?
What is a windows based application?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
What are window applications?
What is the extension of the windows installer file?
Explain about crystal report in brief?
Explain the difference between listbox and combo box?
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
What is an example of form?