Display message box using Tornado Css.

Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public string ASPdbMsgBox(
	string Msg,
	string title,
	string width
)
Visual Basic (Declaration)
Public Function ASPdbMsgBox ( _
	Msg As String, _
	title As String, _
	width As String _
) As String

Parameters

Msg
Type: System..::.String
Message text.
title
Type: System..::.String
Message box window title.
width
Type: System..::.String
Message box width.

Return Value

HTML code for messagebox.

See Also