How add Page break to Gridview Printing
My gridview size is 10 pages
and I want to print gridview with page break so that my page will get displayed without any row breaking on two pages.
Add the following code in print function
GridView1.Attributes(style) = "page-break-after:always"
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.