public T Add <T>(T control) where T : WebControl { ControlsContainer.Add(control); InternalControlsList.Add(control); return(control); }
public T Add <T>(T control) where T : WebControl { MainRow.Add( RenderUtils.CreateTableCell().Add( control ) ); InternalControlsList.Add(control); return(control); }