Link to home
Start Free TrialLog in
Avatar of bozworthy
bozworthyFlag for United States of America

asked on

Print Preview in IE repeats a table indefinitely

I have a gridview on an ASP page that is populated with several different reports depending on the user's selection.  The gridview varies from zero to just a little over a 1000 rows with the columns generated at bind time.  The gridview is inside an ASP table and the entire page is the content within a master page.  Approximately half of the reports, when viewed through Print Preview, will indefinitely repeat the ASP table that contains the gridview.  Two different reports may both have 500 rows but only will behave like this.  The only real difference I can see between different reports is the number columns and the filters provided to the user depending on which report they want to view.  These filters (date, time, type) appear in the first row of the table.  I've attached the ASP content page.
ASP.txt
ASKER CERTIFIED SOLUTION
Avatar of bozworthy
bozworthy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Obadiah Christopher
Try giving border=1 or border=2 to the asp table and check what happens
Avatar of bozworthy

ASKER

Since a solution was found would it not be better to leave the question available for others to search rather than deleting it?