Generates a self-contained error message display page that issues a Server.Transfer to the MessageDisplay.aspx page in your application root.
public static void DisplayMessage(string TemplatePageName, string Header, string Message, string RedirectUrl, int Timeout)
Return Value
Void
Parameters
TemplatePageName
Header
Header message and title of the page
Message
The body of the message - this is HTML
RedirectUrl
Url to redirect to
Timeout
Timeout for the page before redirecting
Example
MessageDisplay.DisplayMessage("Clearing Profile", "We're clearing out your profile to log you out of the "+ App.Configuration.StoreName + " for this computer.", "/default.aspx",4);
Overloads:
public static void DisplayMessage(string Header, string Message, string RedirectUrl, int Timeout)
public static void DisplayMessage(string Header, string Message)
See also:
Class wwMessageDisplay© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic