C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
<asp:GridView ID="gvList" runat="server" AutoGenerateColumns="False" CellPadding="4" BorderColor="#337FB2" BorderWidth="2px"
                    ForeColor
="#333333" Height="32%" Width="100%" AllowPaging="True" Font-Size="Small" PageSize="5" OnRowDataBound="gvList_RowDataBound" OnPageIndexChanging="gvList_PageIndexChanging">
                  
                    
<Columns>
                  
                        
<asp:BoundField DataField="idi" HeaderText="选择" />
                        
<asp:BoundField DataField="idi" HeaderText="编号" />
                        
<asp:BoundField DataField="keys" HeaderText="关键字" />
                        
<asp:BoundField DataField="daten" HeaderText="日期" />
                         
<asp:BoundField HeaderText="操作" />
                     
</Columns>
                   
<RowStyle Font-Bold="True"  Font-Size="Small" HorizontalAlign="Center" ForeColor="#003399" BackColor="White"/>
                    
<EditRowStyle BackColor="#999999" />
                    
<SelectedRowStyle  Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"/>
                    
<PagerStyle HorizontalAlign="Center" ForeColor="White" VerticalAlign="Middle" BackColor="#337FB2" />
                    
<HeaderStyle HorizontalAlign="Center" ForeColor="White" VerticalAlign="Middle" BackColor="#337FB2"/>
                    
<AlternatingRowStyle Font-Bold="True"  Font-Size="Small" HorizontalAlign="Center" BackColor="#E8F4FF" />
                     
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
                
</asp:GridView>
posted on 2008-06-10 13:56  王德田  阅读(641)  评论(0编辑  收藏  举报