<style type="text/css">
        a{color:black;text-decoration:none ; }
        .ffff{text-decoration:none ; color:#c00 ;}
    </style>


        <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
            DataSourceID="XmlDataSource1" PageSize="3" >
            <Columns>
                <asp:BoundField DataField="bookname" HeaderText="bookname" SortExpression="bookname" />
            </Columns>
            <PagerStyle  CssClass="ffff"/>
        </asp:GridView>

相关文章:

  • 2021-05-14
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2021-11-29
  • 2021-10-15
  • 2021-12-29
  • 2021-11-19
  • 2022-12-23
  • 2022-02-24
  • 2022-01-27
相关资源
相似解决方案