摘要: Javascript做法代码演练如下:可以实现转换为中文大写,及英文大写View Code <script src="JS/DecodeNo.js" type="text/javascript"></script> <script type="text/javascript"> function TransCn() { document.getElementById("out").value = ToCn(document.getElementById("Num&quo 阅读全文
posted @ 2012-05-07 18:39 gzh4455 阅读(4241) 评论(0) 推荐(0)
摘要: Infopath Web Service 带参数查询WebService.cs其中一个方法为GetCalculate,下面是其具体的代码[WebMethod] public CalculateInfo GetCalulate(DateTime dtBegin,string sBegin,DateTime dtEnd,string sEnd) { CalculateInfo oCalculate = new CalculateInfo(); if (dtBegin == null || dtEnd == null || string.IsNullOrEmp... 阅读全文
posted @ 2012-05-07 13:49 gzh4455 阅读(299) 评论(0) 推荐(0)