<asp:UpdatePanel runat="server" ID="pnlSecurityMain"> <contenttemplate> <asp:PlaceHolder runat="server" ID="plcDynamic"> </contenttemplate>
if (!node.IsNull()) { UserControl uc = (UserControl)this.LoadControl(node.UIControlId); uc.ID = "ucDynamicControl"; plcDynamic.Controls.Add(uc); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)