哪位编程高手帮我详细解释一下这段代码,谢啦~~~
functionsearch(){self.location="?searchCode="+document.getElementById('searchCode').v...
function search()
{
self.location="?searchCode="+document.getElementById('searchCode').value+"&searchName="+document.getElementById('search_Name').value+"";
}
Maticsoft.BLL.Department ExamBLL = new Maticsoft.BLL.Department();
DataSet ds = new DataSet();
ds = ExamBLL.GetList(intPerNum, "", "ID desc", 10, page, out count);
totalPage = (count % intPerNum == 0) ? (int)count / intPerNum : (int)count / intPerNum - 1;
Pager.BindListData(ds, this.rptList, this.tdPager, page, intPerNum, count, totalPage, this.Page);
貌似是用三层架构编写的,可是我看不懂啊,帮帮忙解释一下吧,越详细越好,我是菜鸟级的啊~~~谢谢啦! 展开
{
self.location="?searchCode="+document.getElementById('searchCode').value+"&searchName="+document.getElementById('search_Name').value+"";
}
Maticsoft.BLL.Department ExamBLL = new Maticsoft.BLL.Department();
DataSet ds = new DataSet();
ds = ExamBLL.GetList(intPerNum, "", "ID desc", 10, page, out count);
totalPage = (count % intPerNum == 0) ? (int)count / intPerNum : (int)count / intPerNum - 1;
Pager.BindListData(ds, this.rptList, this.tdPager, page, intPerNum, count, totalPage, this.Page);
貌似是用三层架构编写的,可是我看不懂啊,帮帮忙解释一下吧,越详细越好,我是菜鸟级的啊~~~谢谢啦! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询