03 2009 档案
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Security.Cryptography; using System.Text; class Example { // Ha...
阅读全文
摘要:树形菜单(checkbox列表),设置checkbox的选中状态
阅读全文
摘要:http://www.microsoft.com/taiwan/msdn/columns/huang_jhong_cheng/ASP_NET_GridView.htm
阅读全文
摘要:function refreshopage() { window.location.reload(); }
阅读全文
摘要:样式: 注: ①、不需要打印的对象要用上“Noprint”样式。 ②、需要换页处理的对象要用上“PageNext”样式。 ③、因为最后一页不用加入换页符,所以要控制最后一页不要使用该样式。个人感觉用PAGE-BREAK-BEFORE属性控制第一页要方便一些。
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/// /// 格式化数字 /// /// 输入的数字 /// 小数点保留位数(四舍五入) /// 是否千...
阅读全文