I can't find the way to fix page numbering in gridviev that they didn't change position depending on the contents of the gridview.
HTML:
<asp:GridView ID="tableResults" runat="server" DataSourceID="sourcePoints"
CssClass = "table table-bordered" AutoGenerateColumns="False" OnDataBound="tableResults_Bound"
OnRowDataBound = "tableResults_DataBound" DataKeyNames="i_id" PageSize="4" AllowPaging="true"
AutoGenerateDeleteButton="True" OnRowDeleted="tableResults_RowDeleted" Height="300px" Width="100%"
AutoGenerateEditButton = "True" OnRowUpdating="tableResults_RowUpdating"
AllowSorting="true" OnRowUpdated="tableResults_RowUpdated" BorderStyle="None">
