what is the differece between textbox and label control
Answers
Answered by
2
Answer:
In terms of Visual Studio Windows Form Applications, A Label is a control which is used to display some text onto the form whereas, A TextBox control is used to input data from the user.
Answered by
1
Explanation:
Difference between label and textbox:
A label is meant to be used beside a text box to make a user understand what is to be entered in that text box where as a text box is used normally for user input.
The contents of a label is not to be directly modified by a user where as the contents of a text box is for the user to modify.
Similar questions