Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 30th, 2004, 03:45 AM
Registered User
 
Join Date: Jan 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Export to Excel Problem

Hi:
I have some problems when try to transform the html file to excel file, if the data is heavy, the server will not response
(over 100), the code which I used as follow:

<%Response.ContentType = "application/vnd.ms-excel"%>
<%Response.AddHeader("content-disposition", "inline; export.xls")%>
Would you have any solution for me? Thanks.





 
Old January 30th, 2004, 09:14 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Is it timing out or is the server losing resources?

 
Old February 11th, 2004, 02:31 PM
Registered User
 
Join Date: Feb 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

What do you mean "when data is heavy?" Do you mean a heavy load on the server, or a large chunk of physical data is being streamed back to client? If it's very large, perhaps it's simply taking a long time to finish downloading to the client.

Or perhaps in your code you are doing something very intensive and failing to actually write the data to the stream...






Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Export then Import problem courtney_ctisn Classic ASP Basics 8 October 18th, 2007 09:57 AM
problem with export to excel supreeth Access VBA 2 September 10th, 2007 03:04 AM
Crystal Report Export problem to excel spmano1983 VB.NET 0 August 17th, 2007 01:33 AM
Export to Excel ramuis78 ASP.NET 2.0 Basics 2 May 30th, 2007 05:51 AM
EXPORT DATAGRID TO EXCEL FORMATTING PROBLEM akshay144 VS.NET 2002/2003 2 October 31st, 2006 01:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.