<%@ Register Src="~/SysManage/RoleManage/RoleUserControl.ascx" TagName="RoleUserControl" TagPrefix="ruc1"  %>

SysManage_RoleManage_RoleUserControl roleUserControl = LoadControl(@"RoleUserControl.ascx") as SysManage_RoleManage_RoleUserControl;

<asp:PlaceHolder ID="PlaceHolder1" runat="server"></asp:PlaceHolder>
PlaceHolder1.Controls.Add(roleUserControl);
posted on 2009-10-03 06:02  freedom831215  阅读(144)  评论(0)    收藏  举报