请亲们翻译一下页面加载中的这段代码吧?第一次做B/S项目,不是很懂哈~~

protectedvoidPage_Load(objectsender,EventArgse){this.pagesize=webset.ContentPageNum;i... protected void Page_Load(object sender, EventArgs e)
{
this.pagesize = webset.ContentPageNum;
if (!int.TryParse(Request.Params["page"] as string, out this.page))
{
this.page = 0;
}
if (!int.TryParse(Request.Params["classId"] as string, out this.classId))
{
this.classId = 0;
}
if (!string.IsNullOrEmpty(Request.Params["keywords"]))
{
this.keywords = Request.Params["keywords"].Trim();
}

if (!Page.IsPostBack)
{
chkLoginLevel("viewContents");
//绑定类别
ChannelTreeBind(0, "所有类别", (int)Channel.Fanli, this.ddlClassId);
this.RptBind("Id>0" + CombSqlTxt(this.kindId, this.classId, this.keywords));
}
}
展开
 我来答
莫里斯的紫葱头11
2012-02-27 · 超过23用户采纳过TA的回答
知道答主
回答量:148
采纳率:100%
帮助的人:21万
展开全部
求猪专业团队,或者四名提高悬赏,坑能回得到完美回复
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式