随笔 - 14,  文章 - 0,  评论 - 2,  阅读 - 10114
                        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="5" style="height: 148px" >
                            
<tr>
                                
<td valign="top" colspan=2>
                                    
<asp:GridView ID="GVlist" runat="server" AutoGenerateColumns="False" Width="100%" SelectedIndex="1">
                                    
<AlternatingRowStyle BackColor="#E2F8FF"></AlternatingRowStyle>
                                    
<HeaderStyle HorizontalAlign="Center" BackColor="#99CCFF"></HeaderStyle>
                                    
<Columns>
                                        
<asp:BoundField DataField="ID" HeaderText="ID" Visible = False />
                                        
<asp:TemplateField>
                                            
<ItemTemplate>
                                                
<asp:CheckBox ID="chkExport" runat="server" AutoPostBack=true OnCheckedChanged="chkExport_CheckedChanged" />
                                            
</ItemTemplate>
                                        
</asp:TemplateField>
                                        
<asp:BoundField DataField="Code" HeaderText="AAA" />
                                        
<asp:BoundField DataField="StaffName" HeaderText="BBB" />
                          
</Columns>
                                    
</asp:GridView>
                                                
                                 
</td>
                            
</tr>    
                            
<tr>
                               
<asp:Panel ID="Panel1" runat="server" Width="100%">
                                 
<td align=right>     
                                    
<asp:LinkButton id=btnFirst  runat="server" ForeColor=Blue Width="44px"  >First</asp:LinkButton> 
                                    
<asp:LinkButton id=btnPrev  runat="server"  ForeColor=Blue Width="42px" >Prev</asp:LinkButton>                                        
                                    
<asp:LinkButton id=btnNext  runat="server" ForeColor=Blue Width="44px" >Next</asp:LinkButton>   
                                    
<asp:LinkButton id=btnLast   runat="server" ForeColor=Blue Width="46px" Height="15" >Last</asp:LinkButton>
                                    
<asp:Label id=lblCurrentIndex runat="server" Width="61px" >CurrentIndex</asp:Label>                                        
                                    
<asp:Label id=lblPageCount runat="server" Width="61px" >PageCount</asp:Label>  
                                     
<asp:DropDownList ID="DropGO" runat="server" Width="56px" AutoPostBack="True">
                                     
</asp:DropDownList>
                                     
&nbsp;&nbsp;
                                   
</td>                                             
                                 
</asp:Panel>                                                 
                                              
                                        
                              
</tr>

                        
</table>
posted on   Liangyy  阅读(3472)  评论(1编辑  收藏  举报

< 2006年5月 >
30 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3
4 5 6 7 8 9 10
点击右上角即可分享
微信分享提示