Loading

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 39 下一页
摘要: Format Description Code Snippet Output Short date pattern (d) DateTime.Now.ToString("d") 11/8/2010 Long date pattern (D) DateTime.Now.ToString("D") Monday, November 08, 2010 Full d... 阅读全文
posted @ 2010-11-18 16:57 .net's 阅读(590) 评论(0) 推荐(0)
摘要: Taking the Hint: Object Types Just as an argument variable can contain any primitive type, by default it can contain an object of any type. This flexibility has its uses but can present problems in th... 阅读全文
posted @ 2010-11-08 21:58 .net's 阅读(439) 评论(0) 推荐(0)
摘要: Track your visitors using an HttpModule 阅读全文
posted @ 2010-10-31 17:52 .net's 阅读(434) 评论(0) 推荐(0)
摘要: The reference rates are usually updated by 3 p.m. C.E.T. They are based on a regular daily concertation procedure between central banks across Europe and worldwide, which normally takes place at 2.15 ... 阅读全文
posted @ 2010-10-31 17:16 .net's 阅读(599) 评论(0) 推荐(0)
摘要: 出处:Simple FTP file upload in C# 2.0 阅读全文
posted @ 2010-10-31 13:41 .net's 阅读(615) 评论(0) 推荐(0)
摘要: 采用不离线的方式压缩access文件 调用: 出处:Compact a Microsoft Access database from .NET 阅读全文
posted @ 2010-10-31 13:06 .net's 阅读(506) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> //当前table的父table所在的checkbox function GetParentCheckBox(node) { while (node.tagName != "TABLE") { node = node.parentNode; } while (node.tagName... 阅读全文
posted @ 2010-10-30 14:04 .net's 阅读(569) 评论(0) 推荐(0)
摘要: 本篇描述如何使用GridView(需要实现IPageableItemContainer接口)加DataPager实现分页功能。并使用ObjectDataSource控件来获得数据源实现分页。 1,O... 阅读全文
posted @ 2010-09-29 12:28 .net's 阅读(888) 评论(0) 推荐(0)
摘要: SelectCountMethod方法的返回值必须是int(必须小于等于int类型),若返回值是long类型则会报如下错误:  折腾啊,使用ListView时,如果asp:ObjectDataSource的SelectCountMethod方法的返回值是long类型会报此错误。 若使用GridView实现IPageableItemContainer接口来分页,则只会绑定空行,什么错误... 阅读全文
posted @ 2010-09-29 09:00 .net's 阅读(583) 评论(0) 推荐(0)
摘要: Nhibernate 2.1.0 support for bulk actions using HQL. Some HQL examples: 阅读全文
posted @ 2010-09-22 13:51 .net's 阅读(477) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 39 下一页