Datagrid Spans Multiple Pages - Need to Print

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Datagrid Spans Multiple Pages - Need to Print

    In an ASP.NET page I have a fairly lengthy datagrid that I need to print.
    Problem is that when I print sometimes the last row on that page gets cut
    half way through. Is there a way to print a datagrid that spans multiple
    pages? Ideally I'd also like to maintain the header on each page, but would
    settle with just the content not getting cut. The datagrid can range in
    size (dynamic). Any examples of doing this?

    Thanks a lot.


    Jay Guest

  2. Similar Questions and Discussions

    1. Cannot print multiple pages
      I am unable print multiple pages after I upgraded Acrobat 8 Professional. Worked fine with Acrobat 7. I receive a pictwpstops stopped with status 1...
    2. Can only print 44 pages, or 88 facing pages
      I am running Indesign 2.0, and when I print, or even export to PDF, I encounter an odd problem where I can only print up to 44 pages, or up to 88...
    3. How to print 3 small pages wide by 5 pages tall in one spread?
      Hi Vincent, I'm having a similar problem. My dilemma is that I've created a raffle ticket design and to save paper have tiled them 5 to an A4...
    4. Few pages print fine, print all pages and there's trouble.
      I have a 400+ page PDF file created primarily from Excel worksheets printed through distiller and assembled in Acrobat 6. Some pages are landscape...
    5. print multiple pages
      Hello someone knows how can I manage a frame to use to print a long text that could take al least 5 or 10 A4 pages. How can I optimize the text...
  3. #2

    Default Re: Datagrid Spans Multiple Pages - Need to Print

    Hi Jay,

    Data Reports, such as Crystal Reports, provide these kinds of features.

    HTH

    "Jay" <msnews.microsoft.com> wrote in message
    news:OdQ9hv4uFHA.3100@TK2MSFTNGP12.phx.gbl...
    > In an ASP.NET page I have a fairly lengthy datagrid that I need to print.
    > Problem is that when I print sometimes the last row on that page gets cut
    > half way through. Is there a way to print a datagrid that spans multiple
    > pages? Ideally I'd also like to maintain the header on each page, but
    > would settle with just the content not getting cut. The datagrid can
    > range in size (dynamic). Any examples of doing this?
    >
    > Thanks a lot.
    >
    >

    Elton Wang Guest

  4. #3

    Default Re: Datagrid Spans Multiple Pages - Need to Print

    Thanks. Any idea where I might find an example using Crystal Repots?


    "Elton Wang" <elton_wang@hotmail.com> wrote in message
    news:eMFMfYFvFHA.2064@TK2MSFTNGP09.phx.gbl...
    > Hi Jay,
    >
    > Data Reports, such as Crystal Reports, provide these kinds of features.
    >
    > HTH
    >
    > "Jay" <msnews.microsoft.com> wrote in message
    > news:OdQ9hv4uFHA.3100@TK2MSFTNGP12.phx.gbl...
    >> In an ASP.NET page I have a fairly lengthy datagrid that I need to print.
    >> Problem is that when I print sometimes the last row on that page gets cut
    >> half way through. Is there a way to print a datagrid that spans multiple
    >> pages? Ideally I'd also like to maintain the header on each page, but
    >> would settle with just the content not getting cut. The datagrid can
    >> range in size (dynamic). Any examples of doing this?
    >>
    >> Thanks a lot.
    >>
    >>
    >
    >

    Jay Guest

  5. #4

    Default Re: Datagrid Spans Multiple Pages - Need to Print

    Another option would be to export to MS EXCEL format

    sreejith.ram@gmail.com Guest

  6. #5

    Default Re: Datagrid Spans Multiple Pages - Need to Print

    Take look at following URL:
    [url]http://www.c-sharpcorner.com/Code/2003/Sept/CrystalReportsIntroduction.asp[/url]

    You can also google the topic.

    HTH


    "Jay" <msnews.microsoft.com> wrote in message
    news:%23jRkiQRvFHA.2132@TK2MSFTNGP15.phx.gbl...
    > Thanks. Any idea where I might find an example using Crystal Repots?
    >
    >
    > "Elton Wang" <elton_wang@hotmail.com> wrote in message
    > news:eMFMfYFvFHA.2064@TK2MSFTNGP09.phx.gbl...
    > > Hi Jay,
    > >
    > > Data Reports, such as Crystal Reports, provide these kinds of features.
    > >
    > > HTH
    > >
    > > "Jay" <msnews.microsoft.com> wrote in message
    > > news:OdQ9hv4uFHA.3100@TK2MSFTNGP12.phx.gbl...
    > >> In an ASP.NET page I have a fairly lengthy datagrid that I need to
    print.
    > >> Problem is that when I print sometimes the last row on that page gets
    cut
    > >> half way through. Is there a way to print a datagrid that spans
    multiple
    > >> pages? Ideally I'd also like to maintain the header on each page, but
    > >> would settle with just the content not getting cut. The datagrid can
    > >> range in size (dynamic). Any examples of doing this?
    > >>
    > >> Thanks a lot.
    > >>
    > >>
    > >
    > >
    >
    >

    Elton Wang Guest

  7. #6

    Default Re: Datagrid Spans Multiple Pages - Need to Print

    Jay,
    Sorry I didn't see your post sooner. I have written a PrintGrid component.
    It will produce a Crystal report of any web datagrid along with headings.
    You simply pass the grid to my printgrid function and it produces a .PDF on
    the client where they can do whatever they want with it. I have an example
    of it on my website.

    Gary Blakely
    DeanBlakely & Assoc.
    [url]www.deanblakely.com[/url]

    "Jay" <msnews.microsoft.com> wrote in message
    news:OdQ9hv4uFHA.3100@TK2MSFTNGP12.phx.gbl...
    > In an ASP.NET page I have a fairly lengthy datagrid that I need to print.
    > Problem is that when I print sometimes the last row on that page gets cut
    > half way through. Is there a way to print a datagrid that spans multiple
    > pages? Ideally I'd also like to maintain the header on each page, but
    > would settle with just the content not getting cut. The datagrid can
    > range in size (dynamic). Any examples of doing this?
    >
    > Thanks a lot.
    >
    >

    Tina Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139