or
public static string MyFunction ( string pHtmlString ){ string plainText = StripHtmlTags ( pHtmlString ); //do stuff here return plainText;}Hi,
I have a report that contains a checkbox. The report is being displayed in the Silverlight viewer. In both the Preview and Html Preview tabs the Checkbox and corresponding text are displayed. When I run my application the text portion of the checkbox is visible, however the checkbox itself is not visible. (See attached screen shots).
I am using IE 7, Silverlight 4 and .Net 4.
Any suggestions?
Thanks,