I have VS2008 and am using C#. I have created an ASMX web service that gets data from a RichText on an InfoPath form, but once I have the RichText box in my webservice how do I transform that into a string (i.e. a string with all of the html and text
that is represented by the rich Test data.)
The end goal is, I need to display the rich text imbedded in a web page, is there possibly some better way than what I am attempting to do?