J
Jeremy Chapman
I have a System.UI.Web.WebControls.Style object populated and I want to get
the html that it would generate. For example a label would generate <span
class="test">text</span> the class="test" comes from the Style object. How
can I programatically retrieve that html from the Style object?
the html that it would generate. For example a label would generate <span
class="test">text</span> the class="test" comes from the Style object. How
can I programatically retrieve that html from the Style object?