Creates a new System.Web.UI.ControlCollection object to hold the System.Web.UI.WebControls.TableRow controls of the current System.Web.UI.WebControls.Table control.
A System.Web.UI.ControlCollection object to contain the System.Web.UI.WebControls.TableRow controls of the current System.Web.UI.WebControls.Table control.
This method is used primarily by control developers when deriving a custom class from a System.Web.UI.WebControls.Table control.
This method overrides the System.Web.UI.Control.CreateControlCollection implementation for the base System.Web.UI.Control class. For a System.Web.UI.WebControls.Table control, the Table.CreateControlCollection always returns a System.Web.UI.ControlCollection that can only contain System.Web.UI.WebControls.TableRow controls of the current System.Web.UI.WebControls.Table control.