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.
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::StringA 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.
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.