protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); if (DesignMode) { _tabPages[_currentDesignTab].TabBody.InstantiateIn(this); }
System.Type type = typeof(MyTabControl); string url = Page.ClientScript.GetWebResourceUrl(type, "AdvControls.MyTabControlShowTab.js"); if (!Page.ClientScript.IsClientScriptIncludeRegistered(type, type.FullName)) { Page.ClientScript.RegisterClientScriptInclude(type, type.FullName, url); //Page.ClientScript.RegisterClientScriptResource(type, "AdvControls.MyTabControlShowTab.js"); } }
转载于:https://www.cnblogs.com/nanshouyong326/archive/2007/11/07/952272.html
相关资源:数据结构—成绩单生成器