Button::GetPostBackOptions Method
Creates a PostBackOptions object that represents the Button control's postback behavior.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::PostBackOptionsA PostBackOptions that represents the Button control's postback behavior.
The GetPostBackOptions method creates a PostBackOptions object that represents the Button control's postback behavior. The PostBackOptions object is then typically passed to the ClientScriptManager::GetPostBackEventReference(PostBackOptions) method, which is used to obtain a reference to a client-side script function that, when invoked, causes the server to post back to the page.
This method is used primarily by control developers when extending the Button class.
Notes to Inheritors:You can override the GetPostBackOptions method in your derived class to modify the postback options for the button control, or to call client-side script when the button is clicked. Be sure to call the base class's GetPostBackOptions method so that the standard postback options are set.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.