473,468 Members | 1,333 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Printing - Really Need Help!

Jay
I have been searching and searching and searching for a way to print a
lengthy datagrid on multiple pages and persist the header. I also do not
want the last datagrid row on the page to be cut off when printing. Any
ideas, examples, links, etc.?

I do not have access to Reporting Services or Crystal Reports or VStudio.
Thanks a lot.

Nov 19 '05 #1
5 1089
Jay,

See if this helps:

http://css-discuss.incutio.com/?page=PrintingTables

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Jay" <msnews.microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I have been searching and searching and searching for a way to print a
lengthy datagrid on multiple pages and persist the header. I also do not
want the last datagrid row on the page to be cut off when printing. Any
ideas, examples, links, etc.?

I do not have access to Reporting Services or Crystal Reports or VStudio.
Thanks a lot.

Nov 19 '05 #2
Jay
Thanks. However, this does not seem to integrate well with a datagrid.
"S. Justin Gengo" <justin@[no_spam_please]aboutfortunate.com> wrote in
message news:eS**************@TK2MSFTNGP14.phx.gbl...
Jay,

See if this helps:

http://css-discuss.incutio.com/?page=PrintingTables

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Jay" <msnews.microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I have been searching and searching and searching for a way to print a
lengthy datagrid on multiple pages and persist the header. I also do not
want the last datagrid row on the page to be cut off when printing. Any
ideas, examples, links, etc.?

I do not have access to Reporting Services or Crystal Reports or VStudio.
Thanks a lot.


Nov 19 '05 #3
What about hiding the normal datagrid header and creating your own just
above it?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Jay" <msnews.microsoft.com> wrote in message
news:uD**************@TK2MSFTNGP14.phx.gbl...
Thanks. However, this does not seem to integrate well with a datagrid.
"S. Justin Gengo" <justin@[no_spam_please]aboutfortunate.com> wrote in
message news:eS**************@TK2MSFTNGP14.phx.gbl...
Jay,

See if this helps:

http://css-discuss.incutio.com/?page=PrintingTables

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Jay" <msnews.microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I have been searching and searching and searching for a way to print a
lengthy datagrid on multiple pages and persist the header. I also do not
want the last datagrid row on the page to be cut off when printing. Any
ideas, examples, links, etc.?

I do not have access to Reporting Services or Crystal Reports or
VStudio. Thanks a lot.



Nov 19 '05 #4
Jay
Problem is the last datagrid row per page would still be cut off.
"S. Justin Gengo" <justin@[no_spam_please]aboutfortunate.com> wrote in
message news:%2****************@TK2MSFTNGP14.phx.gbl...
What about hiding the normal datagrid header and creating your own just
above it?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Jay" <msnews.microsoft.com> wrote in message
news:uD**************@TK2MSFTNGP14.phx.gbl...
Thanks. However, this does not seem to integrate well with a datagrid.
"S. Justin Gengo" <justin@[no_spam_please]aboutfortunate.com> wrote in
message news:eS**************@TK2MSFTNGP14.phx.gbl...
Jay,

See if this helps:

http://css-discuss.incutio.com/?page=PrintingTables

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Jay" <msnews.microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I have been searching and searching and searching for a way to print a
lengthy datagrid on multiple pages and persist the header. I also do
not want the last datagrid row on the page to be cut off when printing.
Any ideas, examples, links, etc.?

I do not have access to Reporting Services or Crystal Reports or
VStudio. Thanks a lot.




Nov 19 '05 #5
Jay,
You are doing .net development without vs.net?

If you ever get access to that you will be able to use my PrintGrid
component that produces a report of any datagrid. You can see an example at
www.deanblakely.com
--
Regards,
Gary Blakely
Dean Blakely & Associates
www.deanblakely.com
"Jay" <msnews.microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I have been searching and searching and searching for a way to print a
lengthy datagrid on multiple pages and persist the header. I also do not
want the last datagrid row on the page to be cut off when printing. Any
ideas, examples, links, etc.?

I do not have access to Reporting Services or Crystal Reports or VStudio.
Thanks a lot.

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are...
0
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are...
3
by: Grim Reaper | last post by:
I print mailing labels out of Access 2000 databases about 3 to 4 times a week. I have been having problems with one thing since I have been printing mailing labels. I print mailing labels by...
5
by: VMI | last post by:
I have a BMP image (the form is also in PDF) that contains a scanned copy of a paper form that we need to fill out. Is it possible to use this image in my application so that the application can...
4
by: Russ | last post by:
To ASP.NET printing experts: My Asp.net web form needs to print some reports at the client side. I've been trying to research this and find some confusing and conflicting information in previous...
2
by: Jacek | last post by:
I'm developing ASP.NET C# application. I need to implement server-side printing for asp.net form on specified in DB printer. I know how to print it on Client-side (window.print()). How can I print...
4
by: Al Jones | last post by:
Well, hopefully that title get someones attention. In this old gwbasic program I've converted I *have* sucessuflly converted it to print to a file and the output is acceptable. From there I have...
12
by: Alex Clark | last post by:
Greetings, (.NET 2.0, WinXP Pro/Server 2003, IE6 with latest service packs). I've decided to take advantage of the layout characteristics of HTML documents to simplify my printing tasks, but...
6
by: Siv | last post by:
Hi, I am getting into printing with VB.NET 2005 and want to implement the usual capability that a user can select a selection of pages. I have a report that is generated by my application that if...
4
by: Pitaridis Aristotelis | last post by:
Is there a complete example of how to print, print preview, change print settings, etc. in VB.NET. Aristotelis
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.