Dot Net WindowsForms Question:
Download Questions PDF

Which property is used to lock a textbox to enter data?

Answer:

TextBox.Enabled = True;

This property is used to lock the text box to enter data.

Download Dot Net WindowsForms Interview Questions And Answers PDF

Previous QuestionNext Question
What is the need of z-order method?How many number of events does the Timer controls?