Property |
Description |
CausesValidation |
By default, a page is validated when a Button control is clicked. To prevent a page from being validated when clicking on a Button control, set this property to "false" |
Command |
The command associated with the Command event |
CommandArgument |
Additional information about the command to perform |
id |
A unique id for the control |
OnClick |
The name of the function to be executed when the link is clicked |
runat |
Specifies that the control is a server control. Must be set to "server" |
Text |
The text to display for the link |