Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Jay #1
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
-
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... -
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... -
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... -
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... -
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... -
Elton Wang #2
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
-
Jay #3
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
-
sreejith.ram@gmail.com #4
Re: Datagrid Spans Multiple Pages - Need to Print
Another option would be to export to MS EXCEL format
sreejith.ram@gmail.com Guest
-
Elton Wang #5
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...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 tocut> >> Problem is that when I print sometimes the last row on that page getsmultiple> >> half way through. Is there a way to print a datagrid that spans>> >> >> 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
-
Tina #6
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



Reply With Quote

