which property is used to lock a textbox to enter data?
Answers were Sorted based on User's Feedback
Answer / rakesh
MS Can a beautiful property ie ReadOnly. then why u people
will go around bush and beat.
one line code
TextBox1.ReadOnly = True;
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / 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 |
Answer / anil
textbox.Locked = true lock the text box
textbox.locked = false to unloack the text box
| Is This Answer Correct ? | 7 Yes | 8 No |
TextBox.Enabled = True;
This property is used to lock the text box to enter data.
| Is This Answer Correct ? | 7 Yes | 20 No |
What is the use of OLE?
What are the three states set in a checkstate property?
which property is used to lock a textbox to enter data?
What are ACID properties of a transaction in DBMS (Database Management System)?
what are the differences between image and picture controls?
What is boxing and how it is done internally?
how see report periviwe
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 to split a column header in gridview using c#.net?
tell me something about crystal report in brief?
Which of the following position is the default docking position of the statusstrip control on the form?
What is the use of stretch property in Image control?