Vote count:
0
Can I change the skin file linked to asp.net page through the c# code? I can change the stylesheet using:
HtmlLink css = new HtmlLink();
css.Href = "css/fancyforms.css";
css.Attributes["rel"] = "stylesheet";
css.Attributes["type"] = "text/css";
css.Attributes["media"] = "all";
Page.Header.Controls.Add(css);
but what about skin file?
asked 37 secs ago
Changing Skin File via C# code
Aucun commentaire:
Enregistrer un commentaire