ConnectionsZone.SendText Property
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_SendText () /** @property */ public void set_SendText (String value)
public function get SendText () : String public function set SendText (value : String)
Property Value
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.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.