MsgBox Web Control Help

MsgBox.Source Property

Gets the control that generated the original postback in response to which the message box is displayed.

[Visual Basic]
Public ReadOnly Property Source As Control
[C#]
public System.Web.UI.Control Source {get;}

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace