摘要: Script: <tr> <td valign="top"> <table style="width:100%; border-color:Gray; border-style:double; border-width:3"> <%=ViewState["ViewCarePlanRiskFactors"]%> </table> </td> <td valign="top"> <table style="width:1 阅读全文
posted @ 2011-12-11 15:20 quietwalk 阅读(874) 评论(0) 推荐(0) 编辑
摘要: List<MyBasicProtocol> adultProtocolList = new List<MyBasicProtocol>(); adultProtocolList = new QhrServiceClient().GetAdultBasicProtocol(); if (adultProtocolList != null) { adultProtocolList.Sort((MyBasicProtocol p1, MyBasicProtocol p2) => { if (p2.Name.CompareTo(p1.Name) != 0) return. 阅读全文
posted @ 2011-12-11 10:00 quietwalk 阅读(212) 评论(0) 推荐(0) 编辑
摘要: try { service.AddOperateLog(mol); } catch (Exception ex) { if (service.InnerChannel.State == System.ServiceModel.CommunicationState.Faulted) { service = new QhrServiceClient(); MyExceptionRecord my = new MyExceptionRecord(); my.Id = System.Guid.NewGuid().ToString(); my.Occurr... 阅读全文
posted @ 2011-12-11 09:59 quietwalk 阅读(312) 评论(0) 推荐(0) 编辑