107 //this.LBL_TOTAL.Text=nTotalPage.ToString(); 108 this.LBL_TOTAL.Text = nTotalCode.ToString(); 109 int nNow = this.DG_ZONE_CONTENT.CurrentPageIndex+1; 110 this.LBL_NOW.Text=nNow.ToString(); 111 } 112 } 113 else 114 { 115 this.LBL_TOTAL.Text = "0"; 116 this.LBL_NOW.Text="1"; 117 } 118 this.IsFirstLastPage(); 119 } 120
<asp:datagrid id="DG_ZONE_CONTENT" runat="server" Width="792px" GridLines="Horizontal" AutoGenerateColumns="False" AllowPaging="True" BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px" BackColor="White"
上一篇:html页面中嵌入另一个html页面
下一篇:javascript通过调用doPostBack回传页面
|