Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Print HTML Report Page or Print multiple application pages

Reply
Thread Tools

Print HTML Report Page or Print multiple application pages

 
 
Sam
Guest
Posts: n/a
 
      11-10-2006
Hi All

I have a web page that contains a datagrid and in this data grid, I have a
checkbox column template which allow user to select one or more applicant's
loan applicantion to print. Currently I have to loop thru the list of
applications and call an aspx page to load each application and use a
javascript "window.print" function to pop-up the print dialog; and user has
to click on the print button to print This appearantly becomes a pain when
user has to print 5 ore more applications because he/she has to click on the
print dialog 5 times.

Does any one know how to send a web page to the printer directly without
clicking on the print button on the print dialog (or how to append multiple
pages into one single big page with page break) so user only has to click
once? I'm thinking to use crystal report viewer if there is no other way and
this would mean that I can't reuse some of existing code. Would anyone
please give me a hand?

Regards,

Sam


 
Reply With Quote
 
 
 
 
seigo
Guest
Posts: n/a
 
      11-10-2006
Hi Sam,

As I mentioned you already have checkbox for each applicant's loan. Why
do not add button "Print checked". When user clicks on it you can open
page and create print-friendly version list of checked items.

Alexander Kleshchevnikov
www.klalex.com

"""Sam ΠΙΣΑΜ(Α):
"""
> Hi All
>
> I have a web page that contains a datagrid and in this data grid, I have a
> checkbox column template which allow user to select one or more applicant's
> loan applicantion to print. Currently I have to loop thru the list of
> applications and call an aspx page to load each application and use a
> javascript "window.print" function to pop-up the print dialog; and user has
> to click on the print button to print This appearantly becomes a pain when
> user has to print 5 ore more applications because he/she has to click on the
> print dialog 5 times.
>
> Does any one know how to send a web page to the printer directly without
> clicking on the print button on the print dialog (or how to append multiple
> pages into one single big page with page break) so user only has to click
> once? I'm thinking to use crystal report viewer if there is no other way and
> this would mean that I can't reuse some of existing code. Would anyone
> please give me a hand?
>
> Regards,
>
> Sam


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Master pages for plain HTML pages? Cirene ASP .Net 3 04-30-2008 02:14 PM
Print HTML Page from .net application Kumar.A.P.P ASP .Net 1 11-19-2007 03:50 PM
URGENT: Process html pages as aspx pages. jainamber@gmail.com ASP .Net 1 10-31-2006 09:27 PM
Help: Multiple pages print as separate print jobs M.L. Computer Support 2 05-06-2006 11:23 PM
Opening all links of a html page and saving the html pages java_seek Java 4 12-10-2004 04:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57