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 |
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
Which property of the errorprovider control automatically sets to the form to which?
Is windows an application software?
What are the properties of datacontrol?
What is the extension of a compiled help project file?
What is datagrid?
____ property is used to lock a textbox to enter data.
Which controls can not be placed in MDI ?
Which is the global event handler for unhandled exceptions in an ASP.NET applications?
Explain how to net forms the windows?
Which Isolation level is helps to read uncommitted data?
What are the different types of JOINs in SQL Server?