Farax
Farax

Reputation: 1477

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 the back end without the user knowing it. Is it possible without using third party tools?

Upvotes: 1

Views: 2799

Answers (1)

NoAlias
NoAlias

Reputation: 9193

Change Response.ContentType to "application/msword"

Upvotes: 1

Related Questions