Loading

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... 阅读全文
posted @ 2009-03-19 19:37 .net's 阅读(511) 评论(0) 推荐(0)
摘要:树形菜单(checkbox列表),设置checkbox的选中状态 阅读全文
posted @ 2009-03-14 16:43 .net's 阅读(802) 评论(0) 推荐(0)
摘要:自定义分页用户控件 阅读全文
posted @ 2009-03-11 22:48 .net's 阅读(441) 评论(0) 推荐(0)
摘要:http://www.microsoft.com/taiwan/msdn/columns/huang_jhong_cheng/ASP_NET_GridView.htm 阅读全文
posted @ 2009-03-05 17:01 .net's 阅读(424) 评论(0) 推荐(0)
摘要:function refreshopage() { window.location.reload(); } 阅读全文
posted @ 2009-03-04 21:55 .net's 阅读(3704) 评论(0) 推荐(0)
摘要:样式: 注: ①、不需要打印的对象要用上“Noprint”样式。 ②、需要换页处理的对象要用上“PageNext”样式。 ③、因为最后一页不用加入换页符,所以要控制最后一页不要使用该样式。个人感觉用PAGE-BREAK-BEFORE属性控制第一页要方便一些。 阅读全文
posted @ 2009-03-04 20:24 .net's 阅读(4252) 评论(0) 推荐(0)
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/// /// 格式化数字 /// /// 输入的数字 /// 小数点保留位数(四舍五入) /// 是否千... 阅读全文
posted @ 2009-03-02 21:46 .net's 阅读(1395) 评论(0) 推荐(0)