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 |
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is the use of runworkasync() methods?
what is the difference between checkbox and radiobutton?
28 Answers College School Exams Tests, TCS, Wipro,
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 is form and meaning?
which property is used to change to some value to access a identity column in datacontrols?
How save rerecord in the database?
How do you check whether the row data has been changed?
How to get records from a database?
What is the use of stretch property in Image control?
What are the different types of indexes in SQL Server?
Which interface is to be implemented to release the unmanaged resources in an object in Dot Net?