WebPartManagerInternals.SetConnectErrorMessage Method

Establishes an errors message, and causes the WebPartChrome object that is responsible for rendering a WebPart control to render that message rather than the contents of the control.

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

public:
void SetConnectErrorMessage (
	WebPart^ webPart, 
	String^ connectErrorMessage
)
public void SetConnectErrorMessage (
	WebPart webPart, 
	String connectErrorMessage
)
public function SetConnectErrorMessage (
	webPart : WebPart, 
	connectErrorMessage : String
)
Not applicable.

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

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: