日期:2014-05-18 浏览次数:20599 次
转到<asp:TextBox ID="txtNewPageIndex" runat="server" 
                        Text="<%# ((GridView)Container.Parent.Parent).PageIndex + 1%>" Width="20px"</asp:TextBox>
 <asp:ImageButton ID="btnGo" runat="server" CausesValidation="False" 
    CommandArgument="-1" CommandName="Page" ImageUrl="~/images/go.jpg" />