Dear all,
I'm trying to make a report using asp.net
My objective is to display 20 records in a page and display it using
table.
I'm trying to use PAGE-BREAK-BEFORE and set it to the row. But it's not
working.
I Set the page break in the code behind.
My code is
If (i Mod 20 = 0 And i <> 0) Then
row.Style.Add("PAGE-BREAK-BEFORE", "always")
End If
Please advice.
Thanks
Agus Salim
.