Printing Column Headings on every page using a Data View in Sharepoint Designer
January 26th, 2008 . by <Patrick/>If you want to print column headings on every page when you create a data view using Sharepoint Designer make sure you use the following Css in the code view of your page:
thead
{
display:table-header-group;
}
add <thead> before <tr> tag