摘要: C#zTree.csusingSystem;usingSystem.Collections.Generic;usingSystem.Data;usingSystem.Linq;usingSystem.Text;usingSystem.Web;///<summary>///zTree的摘要说明///</summary>publicclasszTree{#region构造函数publiczTree(){////TODO:在此处添加构造函数逻辑//}#endregionpublicstringGetModule(){stringsql="SELECTm.ID,m.N 阅读全文
posted @ 2012-08-08 16:53 秦岭过客 阅读(5938) 评论(0) 推荐(1)
摘要: 刚接触Easy UI,很多东西还是粗放式的,望理解。后台采用的是ahsx代码如下:Handler.ashxusingSystem;usingSystem.Web;publicclassHandler:IHttpHandler{publicvoidProcessRequest(HttpContextcontext){context.Response.ContentType="text/plain";stringmethod=context.Request["action"];switch(method){case"GetModule": 阅读全文
posted @ 2012-08-08 10:47 秦岭过客 阅读(26647) 评论(1) 推荐(5)