動態加入一個js
Page.ClientScript.RegisterClientScriptInclude("superTables", ResolveClientUrl("js/superTables.js"));
動態加入一個css
HtmlLink myHtmlLink = new HtmlLink();
myHtmlLink.Href = "css/dialog.css";
myHtmlLink.Attributes.Add("rel", "stylesheet");
myHtmlLink.Attributes.Add("type", "text/css");
Page.Header.Controls.Add(myHtmlLink);
沒有留言:
張貼留言