Defines the contract that controls must implement in order to handle low-level post back events.
IPostBackEventHandler
[Visual Basic] Public Interface IPostBackEventHandler [C#] public interface IPostBackEventHandler [C++] public __gc __interface IPostBackEventHandler
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
Button | [To be supplied.] |
Calendar | [To be supplied.] |
HtmlAnchor | The HtmlAnchor class defines the methods, properties, and events for the HtmlAnchor control. This class allows programmatic access to the HTML <a> element on the server. |
HtmlButton | The HtmlButton class defines the methods, properties and events for the HtmlButton control. This class allows programmatic access to the HTML <button> element on the server. |
HtmlInputButton | The HtmlInputButton class defines the methods, properties, and events for the HTML Input Button control. This class allows programmatic access to the HTML <input type= button>, <input type= submit>,and <input type= reset> elements on the server. |
HtmlInputImage | The HtmlInputImage class defines the methods, properties and events for the HtmlInputImage control. This class allows programmatic access to the HTML <input type= image> element on the server. |
ImageButton | [To be supplied.] |
LinkButton | [To be supplied.] |
[To be supplied.]
Namespace: System.Web.UI
Assembly: System.Web.dll