使用者控制元件的動態載入
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//Load
UserControl c1 = (UserControl)LoadControl("ucCheckBoxGroup.ascx");
c1.ID = "_UserGroups";
//Set Property
Type c1Type = c1.GetType();
System.Reflection.PropertyInfo c1PInfor = c1Type.GetProperty("ConnectionString");
c1PInfor.SetValue(c1,strConn, null);
//display
//Page.Controls.Add(c1)
C.Controls.Add(c1);
UserControl c1 = (UserControl)LoadControl("ucCheckBoxGroup.ascx");
c1.ID = "_UserGroups";
//Set Property
Type c1Type = c1.GetType();
System.Reflection.PropertyInfo c1PInfor = c1Type.GetProperty("ConnectionString");
c1PInfor.SetValue(c1,strConn, null);
//display
//Page.Controls.Add(c1)
C.Controls.Add(c1);
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12639172/viewspace-671381/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【轉載】asp.net動態載入ascx使用者控制元件ASP.NET控制元件
- ASP.NET中,動態載入使用者控制元件ASP.NET控制元件
- C# aspx頁面動態載入ascx使用者控制元件C#控制元件
- Asp.net動態載入控制元件的一些問題ASP.NET控制元件
- DLL動態庫動態載入
- 動態載入JS的方法JS
- 指令碼的動態載入指令碼
- vue 動態載入元件Vue元件
- Java動態載入類Java
- 動態載入的一些坑
- Linux下的靜態庫、動態庫和動態載入庫Linux
- ASP.net中動態載入控制元件時一些問題的總結ASP.NET控制元件
- 動態載入UserControl
- OrchardCore 如何動態載入模組?
- 使用dlopen載入動態庫
- ListView動態載入資料View
- QLibrary 載入動態庫
- vue 動態載入組建Vue
- goloader - golang動態載入Golang
- 熱更新--動態載入frameworkFramework
- 動態庫載入過程
- 動態載入APK原理分享APK
- 動態載入JS和CSSJSCSS
- 動態載入!dom應用!
- python動態載入(三)Python
- 【譯】12. Java反射——類的動態載入和重新載入Java反射
- 【wljcan】ASP.net中動態載入控制元件時一些問題的總結ASP.NET控制元件
- js動態載入實現提高網頁載入速度JS網頁
- EasyUI Jquery 動態載入樹,點選節點載入UIjQuery
- echarts遷移圖動態載入Echarts
- 如何動態載入js檔案JS
- Android動態載入jar/dexAndroidJAR
- Angularjs動態載入ECharts(一)AngularJSEcharts
- nginxphp動態編譯載入模組.NginxPHP編譯
- easyui 動態載入語言包UI
- linux核心動態載入模組Linux
- APK動態載入框架(DL)解析APK框架
- 動態載入頁面--小練