摘要:
前台页面: 上一篇: 下一篇: 后台代码:protected void GetPreTitle() { if (!string.IsNullOrEmpty(NewsID)) { int num = Convert.ToInt32(NewsID); DataSet ds = bll.GetList("ID=" + (num - 1)); if (ds.Tables[0].Rows.Count > 0) { newsArr["PreTitle"] = ds.Tables[0].Rows[0]["Title"].ToString(); 阅读全文
posted @ 2014-01-03 13:17
算盘
阅读(216)
评论(0)
推荐(0)