problem with html-entities and automatic HTMLEncode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stefan Kalcher

    problem with html-entities and automatic HTMLEncode

    hi,

    i'm using html-entities for encoding symbols like © etc. when i
    assign text to a buttons text-property with entities its automatically
    HTMLEncoded, so "©" gets "© ".

    i read it would help deactivating validation, but i think there has to
    be a better solution. i'm using vb.

    Code:
    btnNext.text = IIf(plhFinish.visible, "pošlji", "naprej >")
    i don't understand, why this encoding is done on buttons, but not on
    labels, both can make troubles with html-code.

    thanks,
    steve

    --
    Stefan Kalcher

    Programming's just like sex, one mistake, you support it for life.
Working...