摘要:
private void BindDataByParentID(string cid) { string sql = string.Format(@"select 0 as SubCount,Cate_PKID as Parent_ID ,CateName from tNews_Cate where Parent_ID='{0}'", cid); DataTable dt = new NewsManage().GetDataFromDB(sql); rpt_ds.DataSource = dt.DefaultView; rpt_ds.DataBind(); 阅读全文
posted @ 2012-10-10 19:29
dingxyun
阅读(107)
评论(0)
推荐(0)