====== ASP.NET Web Forms ====== ===== form tag/control ===== All server controls must appear within a
...some code
===== Submitting a Form =====
A form is most often submitted by clicking on a button. The Button server control in ASP.NET has the following format:
The id attribute defines a unique name for the button and the text attribute assigns a label to the button. The onClick event handler specifies a named subroutine to execute.