Respuesta :
Explanation:
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.
The label control is used to display a text or a message to the user on the form. The label control is normally used along with other controls. Common examples is wherein a label is added along with the textbox control. The label gives an indication to the user on what is expected to fill up in the textbox.