This question is locked. New answers and comments are not allowed.
Hi
Is there any control available in Silverlight or RADControl which support HTML Rendering.
for example i have a data like :
string Ques=<UL><LI><STRONG><FONT size=5><FONT face="'Arial Black', Helvetica, sans-serif">ss</FONT>ddddd<FONT face="'Arial Black', Helvetica, sans-serif"></FONT></FONT></STRONG><LI><FONT face="'Arial Black', Helvetica, sans-serif"><B>ss</B></FONT> <LI><FONT face="'Arial Black', Helvetica, sans-serif"><B></B></FONT><LI><FONT face="'Arial Black', Helvetica, sans-serif"><B>ss</B></FONT></LI></UL>
i want to display this string in silverlight "WrapPanel" ,currently i am using TextBlock to contain this string and then add my textblock to the Panel. But it is showing all these tags also.So which control should be used to display this kind of data . and please share some code as how to do this.
Please reply ASP
Thanks
Charu Pahuja
Is there any control available in Silverlight or RADControl which support HTML Rendering.
for example i have a data like :
string Ques=<UL><LI><STRONG><FONT size=5><FONT face="'Arial Black', Helvetica, sans-serif">ss</FONT>ddddd<FONT face="'Arial Black', Helvetica, sans-serif"></FONT></FONT></STRONG><LI><FONT face="'Arial Black', Helvetica, sans-serif"><B>ss</B></FONT> <LI><FONT face="'Arial Black', Helvetica, sans-serif"><B></B></FONT><LI><FONT face="'Arial Black', Helvetica, sans-serif"><B>ss</B></FONT></LI></UL>
i want to display this string in silverlight "WrapPanel" ,currently i am using TextBlock to contain this string and then add my textblock to the Panel. But it is showing all these tags also.So which control should be used to display this kind of data . and please share some code as how to do this.
Please reply ASP
Thanks
Charu Pahuja

