Inheritance: System.Web.UI.WebControls.CompositeControl
Example #1
0
 void ITemplate.InstantiateIn(Control owner)
 {
     var fileSelect = new FileSelect();
     owner.Controls.Add(fileSelect);
 }