I have following restrictions while generating the report
1) I should display the data in webpage using grid
2)While printing if data is exceeding more than one page Column names of the page should also displayed on next page with data (Paging the grid is not allowed)
How I can do this while printing .......
After some google search I come to conclusion that
I can Use print.css as given in following link http://www.siteexperts.com/tips/styles/ts13/page1.asp
but how to apply the css to grid So that grid header columns will appear in every page