setting html in code

  •  04-06-2005, 10:17 AM

    setting html in code

    I looked at some posts already about setting html progmatically but that did not seem to help.
     When i do this
    Editor1.text="Menu Location points to file <a href=" & ControlChars.Quote & menuFunc.getUrl(e.Item) & ControlChars.Quote & ">Click here to see file</a><br>"
     
    when the page loads it becomes:"M#9nu L#5cati#5n p#5int#7 t#5 fil#9 #1a hr#9f=&quot;/F#8CW#9b#7it#9/fil#9#7/Addr#9#7#7 B#5#5k/W9 Pr#5c#9#7#7ing.d#5c&quot;#2Click h#9r#9 t#5 #7#9#9 fil#9#1/a#2 #1br /#2"
     
    any ideas?
View Complete Thread