> i have a gridview on my web page with over 2 pages of records. is there a
> way to print them all if the user uses the File / Print way?
No. File Print is a client-side operation, which means it can only work with
what it can "see" at that precise moment. If it's not in View Source, it
can't be printed...
Personally, I try to avoid this sort of thing, and prefer to use PDF
documents for printing.

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
rodchar - 16 May 2008 17:14 GMT
Mark,
do you know of any good references for the pdf topic?
> > i have a gridview on my web page with over 2 pages of records. is there a
> > way to print them all if the user uses the File / Print way?
[quoted text clipped - 5 lines]
> Personally, I try to avoid this sort of thing, and prefer to use PDF
> documents for printing.
Mark Rae [MVP] - 16 May 2008 17:37 GMT
[top-posting corrected]
>> Personally, I try to avoid this sort of thing, and prefer to use PDF
>> documents for printing.
>
> Do you know of any good references for the PDF topic?
http://www.siberix.com/

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net