| ; <asp:GridView ID="gridViewPublishers" AllowPaging="true" AllowSorting="true" AutoGenerateColumns="false"
EmptyDataText="No records found" PagerSettings-Mode="NumericFirstLast" PageSize="25"
OnPageIndexChanging="gridViewPublishers_PageIndexChanging" OnSorting="gridViewPublishers_Sorting"
runat="server">
<AlternatingRowStyle BackColor="LightGray" />
<HeaderStyle BackColor="Gray" Font-Bold="true" Font-Names="Verdana" Font-Size="Small" />
<PagerStyle BackColor="DarkGray" Font-Names="Verdana" Font-Size="Small" />
<RowStyle Font-Names="Verdana" Font-Size="Small" />
<Columns>
<asp:BoundField DataField="PubID" HeaderText="Publisher ID" SortExpression="PubID" />
<as 上一页 [1] [2] [3] [4] [5] [6] [7] [8] 下一页 |