This documentation is archived and is not being maintained.

ConnectionsZone::SendText Property

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

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

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

Property Value

Type: System::String
A string that prefaces the named provider in the connection. The default text is a culture-specific string supplied by the .NET Framework.

The SendText 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 named provider that will participate in the connection. This text that precedes the provider is the text in the SendText property. By default, the text value is Send.

You can set the value of this property declaratively within the opening tag of the <asp:connectionszone> element, by adding an attribute named SendText 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: