Asp Gridview结合模糊查询(全文索引)的分页(7)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-06 08:44 点击:次
runat="server" Text=""></asp:Label> 总页数:<asp:Label ID="CurrentCount" runat="server"
Text=""></asp:Label>/<asp:Label ID="CountPage" runat="server" Text=""></asp:Label>
<asp:LinkButton ID="FirstPage" runat="server" CommandArgument="FirstPage" oncommand="LastPage_Command">首 页</asp:LinkButton> <asp:LinkButton
ID="PrevePage" runat="server" CommandArgument="PrevePage" oncommand="LastPage_Command">上一页</asp:LinkButton> <asp:LinkButton
ID="NextPage" runat="server" CommandArgument="NextPage" oncommand="LastPage_Command">下一页</asp:LinkButton> <asp:LinkButton
ID="LastPage" runat="server" CommandArgument="LastPage"
oncommand="LastPage_Command">末 页</asp:LinkButton>
</div>
</td></tr>
</table>
页面后台
定义一个查询方法:
private void QuerryContent(int CurrentCount, int Num)
{
BQuerryContent b = new BQuerryContent();
QuerryContent q1 = new QuerryContent();
IList<SStand> item = new List<SStand>();
q1.ContentOne = txtContentOne.Text;
q1.ContentTwo = txtContentTwo.Text;
q1.ContentThree = txtContentThree.Text;
q1.CurrentCount = CurrentCount;
q1.Num = Num;
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>