Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

i am opening the word doc document from server to client side, if i download the word multiple time from a .aspx page. 4-5 times word download correctly but after
some iteration i am trying to downloading the word doc, then instead of opening the word at client window it shows my doc as an html form.
what should i do to resolve this issue?

evety time i am clearing the content by
Response.ClearHeaders();
 Response.ClearContent();

but it show my document as an html page.
Posted
Updated 5-Apr-12 0:57am
v2

1 solution

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