Ok, this is the problem I'm having:
I wrote a dot net nuke module. This module stands in a typical, default, container, that sports a little print icon at the bottom. By clicking on the print icon, the module itself loads in a separate page and then I can print it.
The problem that I have is that when I do that, the instance of the module that gets printed is the default one (when the page is loaded) and not, by any means, the one I want printed.
I wrote a student report module, with which you select a student from a pulldown list and a complete report is displayed afterwards. It makes no sense to have the module being printed with only the pulldown there.
I've heard you can somehow tweek the cache or some other info regarding the print button.
Has anyone had any experience with this?
Many, many thanks ;)
L