This documentation is archived and is not being maintained.

ConnectionsZone::SendToText Property

Gets or sets the text shown in the section of the connection user interface (UI) that precedes the named consumer to which a provider will send data.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
virtual property String^ SendToText {
	String^ get ();
	void set (String^ value);
}
<asp:ConnectionsZone SendToText="String" />

Property Value

Type: System::String
A string that prefaces the named consumer that the provider will send data to. The default text is a culture-specific string supplied by the .NET Framework.

The SendToText property takes effect in a specific connection scenario. When a user clicks the connect verb on a provider control, the ConnectionsZone control displays a view that enables users to establish a connection to a consumer. In the part of the UI that instructs users to choose a consumer connection point, there is some text that precedes the drop-down list control in which users can select which connection point the provider will send its data to. This text that precedes the drop-down control is the text in the SendToText property. By default, the text value is To.

You can set the value of this property declaratively within the opening tag of the <asp:connectionszone> element, by adding an attribute named SendToText and assigning it a value. You can also set the property value programmatically.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

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: