I need that some html in the area in the asp.net page that i am coding, is changed according to a string variable. I was thinking about creating a label, and then change the
Use a literal control and write your html like this:
literal1.text = "Notify: alert";
Notify: