Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases 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 July 7th, 2003, 07:04 AM
Registered User
 
Join Date: Jul 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Using ASP to create a big file

I need to generate a big file with appropriate page breaks using ASP.
The process is essentially fetching a series of rows(and corresponding information) from a database and storing it in a file with appropriate formatting for the user to down load and print.

Is it possible with ASP?


Hemalatha

Hemalatha
 
Old July 7th, 2003, 07:10 AM
Authorized User
 
Join Date: Jul 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bosboom
Default

In internet explorer you can use a HTML style page-break:

<p style="page-break-before: always">this is a page</p>
<p style="page-break-before: always">this is another page</p>

Greetz,

Bosboom

 
Old July 8th, 2003, 02:17 AM
Registered User
 
Join Date: Jul 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks, will try and let u know the outcome

Hemalatha





Similar Threads
Thread Thread Starter Forum Replies Last Post
Create asp file on the fly mutt1170 Classic ASP Professional 1 October 31st, 2006 06:43 AM
Clustered PK Constr fails to create on big table kapluni SQL Server 2000 5 November 23rd, 2005 06:27 PM
How can I upload the big file shan168 VS.NET 2002/2003 1 April 1st, 2005 09:48 AM
Upload big file suzila ASP.NET 1.0 and 1.1 Basics 3 March 2nd, 2004 11:41 PM





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