WebPartManagerInternals.SetConnectErrorMessage Method
Assembly: System.Web (in system.web.dll)
public void SetConnectErrorMessage ( WebPart webPart, String connectErrorMessage )
public function SetConnectErrorMessage ( webPart : WebPart, connectErrorMessage : String )
Parameters
- webPart
A WebPart that participates in a connection with another control.
- connectErrorMessage
A string that contains the text of the error message.
The SetConnectErrorMessage method allows you to associate an error message with a WebPart control that participates in connections. If an error occurs when another control is forming a connection with the control referenced by the webPart parameter, then after the connection process has failed, the error message is displayed in the user interface (UI), rather than the contents of webPart.
The WebPartChrome object associated with webPart renders the error message in its RenderPartContents method.
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.