0

I want to print a web page using a datagrid to show some data. It prints data, but does not repeat the header in next page. I would like the header repeated in each page. How can I do it with a datagrid? I can do it using style break in the table head, but can't in datagrid.

Leigh
  • 28,765
  • 10
  • 55
  • 103

1 Answers1

0

You can create a print style sheet. However, support for it is still sparse.
For predicatble paging and formatting, I would output to either PDF or a reporting tool such as Crystal Reports.

Community
  • 1
  • 1
tribus
  • 1,110
  • 1
  • 9
  • 27