ConnectionsZone.SendToText Property
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_SendToText () /** @property */ public void set_SendToText (String value)
public function get SendToText () : String public function set SendToText (value : String)
Not applicable.
Property Value
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.
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.