本文實(shí)例講述了asp.net動(dòng)態(tài)加載自定義控件的方法。分享給大家供大家參考。具體實(shí)現(xiàn)方法如下:
復(fù)制代碼 代碼如下://usercontrol.IndexOper為自定義控件
usercontrol.IndexOper uc=(usercontrol.IndexOper)Page.LoadControl("自定義控件路徑");
uc.ID = "uc"; //定義唯一標(biāo)示
//OperContent為PlaceHolder控件
OperContent.Controls.Add(uc);
希望本文所述對(duì)大家的C#程序設(shè)計(jì)有所幫助。
更多信息請(qǐng)查看IT技術(shù)專欄