hai i have a lable in asp.net to add a style by using coding like this
Label1.Text = "Some normal text <span style='background: #123456; color:#CCCCCC'>some red text</span>";my output is
now i need to save the text with style in database and display same as last example
please reply