Input controls
The input controls play the role of receiving input data and/or signal from the user. After receiving data, the input controls also respond to the user by adjusting in accordance with the characteristics of the received data. The input controls can also receive input data from a different control. An example is a click event to checkbox option whose associated data can be displayed on the textbox control depending on how the system has been programmed. The response from the input control may be in the form of error message in the case where wrong data is entered by Continue reading...