I just want to remind myself, for fear that I will not remember it in the future.
The definition in aspx is as follows. pagesize = 10 indicates that 10 entries are displayed on each page,
<Div style = "width: 1024px; Height: 20px; margin-top: 5px; font-size: 10pt; text-align: Center">
<Asp: datapager pagedcontrolid = "lvkoteilist" id = "datapager1" pagesize = "10" runat = "server">
<Fields>
<Asp: nextpreviouspagerfield buttontype = "Link" showfirstpagebutton = "true"
Firstpagetext = "Initially" shownextpagebutton = "false" showpreviouspagebutton = "false"/>
<Asp: numericpagerfield/>
<Asp: nextpreviouspagerfield buttontype = "Link" showlastpagebutton = "true"
Lastpagetext = "last" shownextpagebutton = "false" showpreviouspagebutton = "false"/>
</Fields>
</ASP: datapager>
</Div>
In the design screen, you can also choose whether to use numbers or front and back representation.