TextBox
control, which is used to create a text box where the user can input text
Button
control, which is used to display a push button.
It is possible to write an event handler to control the actions performed when the submit button is clicked.
Label
control, which is used to display text on a page
OnClick
event, the submit
subroutine is executed.
The submit subroutine writes a text to the Label control:
demo_textbox.aspx |
Web |
|
---|---|---|
|