码迷,mamicode.com
首页 > 其他好文 > 详细

根据子级ID获取其所有父级

时间:2014-09-05 09:55:11      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   div   sp   log   on   c   

当前位置>新闻中心>行业资讯

CLASSID CLASSNAME CLASSPID
1 新闻中心 0
2 行业资讯 1
3 公司新闻 1
4 媒体聚焦 0

 

 

 

 

 

 

当前位置<%=navName %>
        public string navName = "";
        protected void getNav(string str)
        {
            if (str != "0")
            {
                navName = ">" + new BLL.TB_CLASS().GetModel(str).CLASSNAME + "" + navName;
                string classPid = new BLL.TB_CLASS().GetModel(str).CLASSPID;
                if (classPid != "0")//第一级的PID为0
                {
                    getNav(classPid);
                }
            }
        }

 

根据子级ID获取其所有父级

标签:style   blog   color   os   div   sp   log   on   c   

原文地址:http://www.cnblogs.com/liuswi/p/3957282.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!