Science, asked by gamingfirox196, 3 months ago

what is the differece between textbox and label control​

Answers

Answered by pranaisk07
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 harshad6022
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