我找不到在gridviev中修复页码的方法,因为它们没有根据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">