I am using the solution provided here: HTML table headers always visible at top of window when viewing a large table
Setting TableSection = TableRowSection.TableHeader after the grid is bound works initially, putting the header row in thead. After a postback (where the grid is not re-bound) the header row reverts to
How can I get iTextSharp to repeat the headers of a PdfPTable on each page of the开发者_开发知识库 generated PDF?You just need to set the PdfPTable.HeaderRows property to the number of rows in your Pd