2006年11月3日
摘要: 1using System; 2using System.Collections.Generic; 3using System.ComponentModel; 4using System.Text; 5using System.Web; 6using System.Web.UI; 7using System.Web.UI.WebControls; 8 9 10namespace... 阅读全文
posted @ 2006-11-03 21:57 Yunanw 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 引用using System.Text;using System.Xml;using System.IO;using System.Xml.Serialization; public static String SerializeToXml(T arg) { XmlSerializer serializer = new XmlSerializer(arg.GetType()... 阅读全文
posted @ 2006-11-03 14:58 Yunanw 阅读(270) 评论(1) 推荐(0) 编辑
摘要: 微软自带的日期控件感觉不太好用,到处找,最后客户写了个JS(客户也是搞开发的),我把JS封装了一下比较简单,不写注释了CS代码如下 1using System; 2using System.Collections.Generic; 3using System.ComponentModel; 4using System.Text; 5using System.Web; 6using S... 阅读全文
posted @ 2006-11-03 14:41 Yunanw 阅读(631) 评论(0) 推荐(0) 编辑