收藏 分享(赏)

c#加载树代码例子.doc

上传人:hwpkd79526 文档编号:7230503 上传时间:2019-05-10 格式:DOC 页数:6 大小:44.50KB
下载 相关 举报
c#加载树代码例子.doc_第1页
第1页 / 共6页
c#加载树代码例子.doc_第2页
第2页 / 共6页
c#加载树代码例子.doc_第3页
第3页 / 共6页
c#加载树代码例子.doc_第4页
第4页 / 共6页
c#加载树代码例子.doc_第5页
第5页 / 共6页
点击查看更多>>
资源描述

1、c#加载树代码例子using System;using System.Collections.Generic;using System.Web;using System.Data;using System.Data.Common;using System.Web.SessionState;using System.Text;using eMIS;using eMIS.Data;public class GetTreeHtml : IHttpHandler , IRequiresSessionStatepublic void ProcessRequest (HttpContext context

2、)string s;int i;string nid = context.Request.QueryString“nid“.ToString();s = context.Request.QueryString“fields“.ToString();string fields = s.Split(,);string table = context.Request.QueryString“table“.ToString();int level = int.Parse(context.Request.QueryString“level“.ToString();string parentValues

3、= context.Request.QueryString“values“.ToString();string values = parentValues.Split(,);string condition = context.Request.QueryString“con“.ToString();bool iscom = (context.Request.QueryString“count“.ToString() = “1“);string unit = context.Request.QueryString“unit“.ToString();bool IsParent;bool IsLas

4、t;int IsDisabled;string newnid;string wwwroot = context.Request.ApplicationPath;if (wwwroot = “/“) wwwroot = “;string imgpath = wwwroot + “/Common6/Code/Elements/Tree/Images“;StringBuilder sb = new StringBuilder();sb.Append(“);string sqlwhere;string sql = “select distinct “ + fieldslevel + “ from “

5、+ table ;if (condition = “)sqlwhere = “ where 1=1 “;elsesqlwhere = “ where “ + condition + “ “;for (i=1;i“);sb.Append(“);sb.Append(“);sb.Append(“);sb.Append(“);sb.Append(“);if (iscom)count = “ + getCount(dm.Operator,table,sqlwhere + “ and “ + fieldslevel + “=“ + desc + “) + “;elsecount = “;if (IsPar

6、ent)sb.Append(“ + desc + unit + count + “);elsesb.Append(“ + desc + unit +count + “);sb.Append(“);if (IsParent)sb.Append(“);sb.Append(“); sb.Append(“);context.Response.Write(sb.ToString();private string getCount(eDbOperator dbOperator,string table,string w)string ret = “0“;DbDataReader r = dbOperator.ExecuteReader(“select count(*) from “ + table + w);if(r.Read()ret =r0.ToString();r.Close();return ret;public bool IsReusablegetreturn false;

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报