MsgBox Web Control Help

MsgBox.FindControl Method

Finds the control with the passed in ID.

Overload List

Inherited from Control.

public virtual Control FindControl(string);

Inherited from Control.

protected virtual Control FindControl(string,int);

Finds the control with the passed in ID.

private Control FindControl(Control,string);

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace