wwModalDialog.Show

A server side display method that forces the modal dialog to be to be displayed when the page loads.

Note the page still loads and when you click out of the dialog you will be back on the original page. IOW, it's still full client side behavior even though activated through the server.

public void Show( string Message,
	string Title,
	string OkButtonText,
	string CancelButtonText );

Parameters

Message

Title

OkButtonText

CancelButtonText

Overloads:

public void Show( string Message, string Title );
public void Show();

See also:

Class wwModalDialog


  Last Updated: 2/21/2008 | © West Wind Technologies, 2008