Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,
i am MSword com object to generate report in ms-word,
but when i am downloading the report at client end
then it does not download at client-side.
when i am running from my code then it does work.
but when i run my web application from client
machine then report does not download at client side.
what should i do to open the MS-Word report from client-end?

Thanks
Posted
Comments
ZurdoDev 19-Mar-12 8:06am    
Need more details on the code you are using. Your explanation is not very clear.

1 solution

I think you should write a HTTPHandler to handle .doc and .docx files and push them onto the client machine from the handler.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900