I have a page that prints out custom (school) reports for a variety of subjects/years/teachers/subjects etc.
When i run this page i get my reports very quickly, however when i use
<code>
<% response.Conten tType ="applicatio n/msword" %>
The report can take upto 5 mins and appears to hang the computer. But does ultimately work.
Can anyone help with where i could be going wrong or what to look for? It does seam specific to word as changing the contenttype to Excel dramatically speeds up the process.
Or is there an alternative way to output a report for printing.
When i run this page i get my reports very quickly, however when i use
<code>
<% response.Conten tType ="applicatio n/msword" %>
The report can take upto 5 mins and appears to hang the computer. But does ultimately work.
Can anyone help with where i could be going wrong or what to look for? It does seam specific to word as changing the contenttype to Excel dramatically speeds up the process.
Or is there an alternative way to output a report for printing.
Comment