System.Web
2.0.0.0
The interface defines the properties and events that must be implemented to allow a control to act like a button on a Web page.
The members of this interface provide basic button functionality, such as the ability to raise a event and a event. The property provides cross-page posting functionality.
Defines properties and events that must be implemented to allow a control to act like a button on a Web page.
Property
System.Boolean
To be added.
A control that implements the interface must implement the property to indicate whether clicking the button causes page validation to occur.
Gets or sets a value indicating whether clicking the button causes page validation to occur.
2.0.0.0
Event
System.EventHandler
The event is raised when the button control is clicked.
For more information about handling events, see Consuming Events.
Occurs when the button control is clicked.
2.0.0.0
Event
System.Web.UI.WebControls.CommandEventHandler
The event is raised when the button control is clicked.
For more information about handling events, see Consuming Events.
Occurs when the button control is clicked.
2.0.0.0
Property
System.String
To be added.
A control that implements the interface must implement the property and the property to indicate the argument and command name that are propagated to the event.
Gets or sets an optional argument that is propagated to the event.
2.0.0.0
Property
System.String
To be added.
A control that implements the interface must implement the property and the property to indicate the argument and command name that are propagated to the event.
Gets or sets the command name that is propagated to the event.
2.0.0.0
Property
System.String
To be added.
You can use the property to perform a cross-page post. If the property is set to the page that the button is currently on, a normal postback event cycle occurs.
A control that implements the interface must implement the property to indicate the URL of the Web page to post to from the current page when the button control is clicked.
Gets or sets the URL of the Web page to post to from the current page when the button control is clicked.
2.0.0.0
Property
System.String
To be added.
A control that implements the interface must implement the property to indicate the text caption displayed for the button.
Gets or sets the text caption displayed for the button.
2.0.0.0
Property
System.String
To be added.
A control that implements the interface must implement the property to indicate the name for the group of controls for which the button control causes validation when it posts back to the server.
Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.
2.0.0.0