"Mohan Kumar via DotNetMonster.com" <> wrote in
message news:5021e6ffb902493b907018d35029dad1@DotNetMonste r.com...
> I have a sequence of asp forms to take data from the user from which I
have to create a word doc in a predefined format with the data inputted
inserted appropraitely.
> How can I do this?
Output the info formatted as HTML and use Response.ContentType =
"application/msword" to trick the browser into thinking the output is a Word
doc.
Similar technique used for Excel:
http://support.microsoft.com/kb/199841/EN-US/
Similar technique used for Word and RTF:
http://support.microsoft.com/kb/270906/EN-US/