This documentation is archived and is not being maintained.
IButtonControl::PostBackUrl Property
Visual Studio 2010
Gets or sets the URL of the Web page to post to from the current page when the button control is clicked.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::StringThe URL of the Web page to post to from the current page when the button control is clicked.
You can use the PostBackUrl property to perform a cross-page post. If the PostBackUrl property is set to the page that the button is currently on, a normal postback event cycle occurs.
A control that implements the IButtonControl interface must implement the PostBackUrl property to indicate the URL of the Web page to post to from the current page when the button control is clicked.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: