export asp.net page to word document
I need help in exporting an asp.net page to a word (rtf) format. It seems really simple but somehow I cannot seem to complete it. I do NOT need to download it, i just need to convert it at开发者_Python百科 the back end without the user knowing it. Is it possible without using third party tools?
Change Response.ContentType to "application/msword"
精彩评论