
28 Jan
2011
28 Jan
'11
4:30 p.m.
try using themes and state your css in different folders pass it using C# *public partial class _Default : System.Web.UI.Page* { protected void Page_Load(object sender, EventArgs e) { } protected void SwitchStylesheets(object sender, EventArgs e) { if (radioDark.Checked) stylesheet.Href = "A.css"; if (radioLight.Checked) stylesheet.Href = "B.css"; } }