Computer Science, asked by nagarajnagaraj213, 8 months ago

what is the difference between textbox and lable control ​

Answers

Answered by nupurkandu
3

Explanation:

A text box is a rectangular area on the screen where you can enter text. It is a common user interface element found in many types of software programs, such as web browsers, email clients, and word processors. When you click in a text box, a flashing cursor is displayed, indicating you can begin typing.

Label controls are typically used to provide descriptive text for a control. For example, you can use a Label to add descriptive text for a TextBox control to inform the user about the type of data expected in the control.

Answered by Anonymous
2

Answer:

Label controls are typically used to provide descriptive text for a control. For example, you can use a Label to add descriptive text for a TextBox control to inform the user about the type of data expected in the control. So while Labels and TextBoxes both inherit from System.

Explanation:

Similar questions