computer What is the differenece between text box and label control.
Answers
Answered by
3
Answer:
Hola. 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. In terms of HTML, textbox may be the value of the type attribute of the input tag used in html forms while the label tag may be used to label the parts of a form. Hope it helps!
Answered by
1
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.
Explanation:
Similar questions