DataGrid控件分页问题
我在用datagrid分页时,当自动生成列为true时,页码总是显示在最后一行的第一列中,能否在最后一行居中显示,代码如下:<asp:DataGrid ID="DataGrid1" runat="server" AllowPaging="true" PageSize="3" AutoGenerateColumns="true">
<PagerStyle HorizontalAlign="Center" ForeColor="#000066" BackColor="White" Width="100%" />
</asp:DataGrid>