HTML in resource text Asked by Davide9 years ago. Hi, is it possible to use different styles on resources text depending on them level? Example: level 0 (parent) -> font-bold: true level 1 (child) -> font-color: red; Thank you Davide how-toasp.nethtmlresourcetextlevel
Answer posted by Anonymous9 years ago. I've found a solution: dpCalendar_BeforeResHeaderRender In vb code I change the property e.html in e.html = "<b> & e.html & "</b>" if some my contitions are true. Bye Davide