Render string using the a navigator property of a web tree control

Apr 27 2012 11:41 AM
I'm assign the folowing string to a tree control property name navigatorUrl

header=<BODY><IMG src=Emoticons/6.gif>&nbsp;Welcome to BEA <IMG src=Emoticons/3.gif>&nbsp;this is not fun</BODY>

 AddQuestion.NavigateUrl = header

it gets render by the webform as

header=&#39;&lt;BODY>&lt;IMG src=Emoticons/6.gif>&amp;nbsp;Welcome to BEA &lt;IMG src=Emoticons/3.gif>&amp;nbsp;this is not fun&lt;/BODY>&#39;&amp;

space character is what is causing my headed. Is render the value of space from &nbsp to &amp;nbsp and when I call webpage a with querystring it parses from &amp cuttinh my string. is there a way I clud get around this?