I have given the If statement under the save button click event as
Code:
if (ThemeDropDownList.SelectedValue == "Blue") { empty.Attributes.Add("BgColor", "blue"); Save.CssClass = "ButtonIE1"; ClearButton.CssClass = "ButtonIE1"; HtmlTableCell WebBody = (HtmlTableCell)Master.FindControl("row1");
Leave a comment: