if (DropDownList1.SelectedValue == "0")
{
styleLink.Href = "pleasant.css";
}
else if (DropDownList1.SelectedValue == "1")
{
styleLink.ID = "styleLink";
styleLink.Href = "rock.css";
}
the first being the default. but when i click the second option (rock) there is no effect. the default is still displayed.what is the problem over here?

New Topic/Question
Reply



MultiQuote





|