Is there a way to include the page title and GridView
header on each printed page?
I am looking for a solution to display the page title and GridView
heading on every printout.
While using page breaks to split the GridView
across multiple pages, I noticed that only the first page includes the title and header. Subsequent pages do not display them.
When working with a dynamic GridView
, my code utilizes AutoGenerateColumns="true"
.