Finds the control with the passed in ID.
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);
MsgBox Class | BWare.UI.Web.WebControls Namespace