Web developers can use the Button control to create a push button on the Web page. They can create a Submit or a Command button.
By default, a Button control is a Submit button i.e. does not have a command name specified by the CommandName property and associated with the button. This kind of button simply posts the Web …