{CompanyName} FlexyGo

Utilities..::..DisplayErrorMessage Method

Displays an error message on a given Page using flexygo.msg.error script.

Namespace:  FLEXYGO.Web
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static void DisplayErrorMessage(
	Page aPage,
	string key,
	string Message
)
Public Shared Sub DisplayErrorMessage ( _
	aPage As Page, _
	key As String, _
	Message As String _
)

Parameters

aPage
Type: Page
a page.
key
Type: String
The key.
Message
Type: String
The message.