摘要: static public string GetEmailByUserID(string user_id, string pwd, string neededUser_ID) { string email = ""; DirectoryEntry entry = new DirectoryEntry("LDAP://zone1.scb.net", user_id, pwd); DirectorySearcher searcher = new DirectorySearcher(entry); searcher.Filter = "(SAMAcc 阅读全文
posted @ 2011-05-30 11:37 poisson_notes 阅读(296) 评论(0) 推荐(0) 编辑
摘要: function UpdateListItem() { var listName="End User Computing List"; var a = new ActiveXObject("Microsoft.XMLHTTP"); if(a == null) return 'error'; var ID=GetQueryString('ID'); var ddlEvaluation = document.getElementById('ctl00_m_g_959a3f9b_4c02_4c3a_b885_dae28c 阅读全文
posted @ 2011-05-30 11:35 poisson_notes 阅读(512) 评论(0) 推荐(0) 编辑