Hi,
I am trying to convert the text to RTF but it inserts  symbol. I am using the Response to write RTF.
Response.ClearContent()
Response.AddHeader("content-disposition", "attachment; filename=" & Session("BuildingID") & ".doc;")
...
Does anyone has any idea.
Help much appreciated
Tahir