Example #1
0
    private void GetJobVsComment()
    {
        string JobId       = ReStr("JobId");
        int    CurrentPage = ReInt("currentPage");

        BLL.JobBLL bll = new BLL.JobBLL();

        DataSet ds = bll.GetJobCommentPageList(" JobId='" + JobId + "' order by CreateTime Desc ", CurrentPage);

        RePage(ds);
    }