Printing From .aspx pages.

G

Guest

Our work group has migrated to the .NET environment from some differing back
grounds. I am the newest member of the group so I am stuck with the ASPX
pages. I am doing the code behind in C#. Our current users want to print the
data in the tables and data grids from the ASPX pages. This leads to some
problems with lines being cut in two with both data grids and tables at page
breaks. Would someone point me to a good article on formatting for printing
please?
 
A

alan.washington

I will suggest trying out this program:

http://www.meadroid.com/scriptx/index.asp

It addds a lot to printing form the browser and makes programminga lot easier.

But, I will also add that you make sure that you check the "printbackground colors and images" option in IE under "internetoptions/advanced". Now when you select this option there is abug. When setting up the browser to use this option make sureyou do the following steps otherwise it will revert back tounchecked (a bug that drove me crazy).

1. Close IE (all windows)
2. Go to the properties of IE through control panel (or desktopicon).
3. Check the option from there.
4. Launch IE and make sure the option stuck.

Hope this helps.

Alan Washington
http://www.aewnet.com
Our work group has migrated to the .NET environment from somediffering back
grounds. I am the newest member of the group so I am stuck withthe ASPX
pages. I am doing the code behind in C#. Our current users wantto print the
data in the tables and data grids from the ASPX pages. Thisleads to some
problems with lines being cut in two with both data grids andtables at page
breaks. Would someone point me to a good article on formattingfor printing
please?
User submitted from AEWNET (http://www.aewnet.com/)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top