I have a print.ascx that prints multiple pages based on an array. The problem is that the footer/contents appears to be doubling in height based on the amount of pages/data. So if I have 10 pages of content, I get 10 empty pages added to the end.
Hoping someone may have experienced this before and has some advice where to look for the problem: Skin control, container, layout? I know module css has no effect when you are using a control other than the default "View" control.