IT

<div style="height: 450px; width: 350px; overflow-x: auto; overflow-y: auto;">

      <asp:GridView ID="GridView1" runat="server" BackColor="LightGoldenrodYellow" BorderColor="Tan"
                 BorderWidth="1px" CellPadding="2" ForeColor="Black" GridLines="None" AutoGenerateColumns="False"
                 Height="100px" Width="301px">
                 <FooterStyle BackColor="Tan" />
                     <Columns>
                         <asp:BoundField HeaderText="NAME" DataField="Name" />
                         <asp:BoundField HeaderText="COUNT" DataField="Count" />
                         <asp:BoundField HeaderText="SUM" DataField="Sum" />
                         <asp:BoundField HeaderText="AVERAGE" DataField="Average" />
                     </Columns>
                         <SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
                         <PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" />
                         <HeaderStyle BackColor="Tan" Font-Bold="True" />
                         <AlternatingRowStyle BackColor="PaleGoldenrod" />
      </asp:GridView>
</div>

posted on 2011-01-04 09:51  liufei  阅读(448)  评论(0编辑  收藏  举报