
ASP.NET - Basic Controls:
Button Controls:
The Button control is a commonly used rectangular button. Button controls
look like they can be pressed, and have a text label, an icon, or both on their
face. You can optionally specify graphic skins for each of several Button
states.
You can create a normal Button control or a toggle Button control. A normal
Button control stays in its pressed state for as long as the mouse button is
down after you select it. A toggle Button controls stays in the pressed state
until you select it a second time.
Properties:
CausesValidation :Specifies if a page is validated when a button is...