ie421.NET

面对技术,你别无选择,.NET世界是如此精彩,而我们要做的就是:Thinking More

博客园 首页 新随笔 联系 订阅 管理
  132 Posts :: 0 Stories :: 29 Comments :: 0 Trackbacks

07 2008 档案

posted @ 2008-07-31 11:16 ie421 阅读(1068) | 评论 (0) 编辑

posted @ 2008-07-31 11:00 ie421 阅读(586) | 评论 (0) 编辑

posted @ 2008-07-31 09:22 ie421 阅读(318) | 评论 (0) 编辑

posted @ 2008-07-30 16:25 ie421 阅读(138) | 评论 (0) 编辑

posted @ 2008-07-30 16:14 ie421 阅读(97) | 评论 (2) 编辑

posted @ 2008-07-30 11:57 ie421 阅读(101) | 评论 (0) 编辑

posted @ 2008-07-30 11:51 ie421 阅读(683) | 评论 (0) 编辑

posted @ 2008-07-30 08:57 ie421 阅读(78) | 评论 (0) 编辑

posted @ 2008-07-30 08:54 ie421 阅读(25) | 评论 (0) 编辑

posted @ 2008-07-29 16:12 ie421 阅读(89) | 评论 (0) 编辑

posted @ 2008-07-29 15:57 ie421 阅读(184) | 评论 (1) 编辑

posted @ 2008-07-29 15:55 ie421 阅读(573) | 评论 (0) 编辑

posted @ 2008-07-29 10:23 ie421 阅读(31) | 评论 (0) 编辑

posted @ 2008-07-29 10:23 ie421 阅读(53) | 评论 (0) 编辑

posted @ 2008-07-29 10:22 ie421 阅读(42) | 评论 (0) 编辑

posted @ 2008-07-29 10:21 ie421 阅读(664) | 评论 (0) 编辑

posted @ 2008-07-29 10:21 ie421 阅读(812) | 评论 (0) 编辑

posted @ 2008-07-28 21:28 ie421 阅读(39) | 评论 (0) 编辑

posted @ 2008-07-28 21:20 ie421 阅读(28) | 评论 (0) 编辑

posted @ 2008-07-28 09:47 ie421 阅读(54) | 评论 (0) 编辑

摘要: 综合了网上多个ajaxPro的例子,自已重新写了一次,作为工作中的参考阅读全文
posted @ 2008-07-27 23:44 ie421 阅读(2902) | 评论 (8) 编辑

摘要: 原文:http://www.cnblogs.com/eicesoft/archive/2007/09/11/889654.html阅读全文
posted @ 2008-07-27 21:22 ie421 阅读(204) | 评论 (0) 编辑

摘要: 对AjaxPro.Utility.RegisterTypeForAjax(typeof(命名空间.类名));用自定义函数优化阅读全文
posted @ 2008-07-27 20:55 ie421 阅读(110) | 评论 (0) 编辑

posted @ 2008-07-27 13:36 ie421 阅读(78) | 评论 (0) 编辑

摘要: 原文:http://www.cnblogs.com/Jinglecat/archive/2007/07/30/835850.html 晓风残月阅读全文
posted @ 2008-07-27 13:14 ie421 阅读(175) | 评论 (0) 编辑

摘要: AjaxProStarterKit源码阅读全文
posted @ 2008-07-27 13:00 ie421 阅读(73) | 评论 (0) 编辑

摘要: AjaxPro对DataTable,DataSet的操作阅读全文
posted @ 2008-07-27 12:37 ie421 阅读(93) | 评论 (0) 编辑

摘要: 原文:http://blog.csdn.net/zhoufoxcn/archive/2008/03/12/2174234.aspx 作者:周公阅读全文
posted @ 2008-07-27 12:15 ie421 阅读(206) | 评论 (0) 编辑

摘要: 原文地址:http://blog.csdn.net/zhoufoxcn/archive/2008/03/09/2160407.aspx 作者:周公阅读全文
posted @ 2008-07-27 11:44 ie421 阅读(148) | 评论 (0) 编辑

摘要: AjaxPro.Net使用方法,备忘阅读全文
posted @ 2008-07-27 11:27 ie421 阅读(61) | 评论 (0) 编辑

摘要: 原文出自:http://blog.csdn.net/zhoufoxcn/archive/2008/01/05/2026908.aspx 周公的专栏 在此转载为了方便学习。向周公致敬阅读全文
posted @ 2008-07-27 11:01 ie421 阅读(98) | 评论 (0) 编辑

摘要: 收藏sql2005在分页方面的语句阅读全文
posted @ 2008-07-26 09:22 ie421 阅读(79) | 评论 (1) 编辑

posted @ 2008-07-26 00:22 ie421 阅读(1121) | 评论 (1) 编辑

posted @ 2008-07-25 21:42 ie421 阅读(33) | 评论 (0) 编辑

摘要: Net3.0一些新特性阅读全文
posted @ 2008-07-25 20:12 ie421 阅读(14) | 评论 (0) 编辑

摘要: http://www.opent.cn 作者:浪淘沙阅读全文
posted @ 2008-07-25 14:44 ie421 阅读(107) | 评论 (0) 编辑

摘要: 1、Guid.NewGuid().ToString("N") 结果为: 38bddf48f43c48588e0d78761eaa1ce6 2、Guid.NewGuid().ToString("D") 结果为: 57d99d89-caab-482a-a0e9-a0a803eed3ba 3、Guid.NewGuid().ToString("B") 结果为: {09f140d5-af72-44ba-a763-c861304b46f8} 4、Guid.NewGuid().ToString("P") 结果为: (778406c2-efff-4262-ab03-70a77d09c2b5) 可见默认的为第2种效果阅读全文
posted @ 2008-07-25 13:45 ie421 阅读(1139) | 评论 (0) 编辑

摘要: How to check the FileUpload control on Client code(Brower) First the FileUpload control is support Validator control so we can use RegularExpressionValidator, CustomerValidator, because we can't set Ignore case property on Regular Expression Validator , so i like use CustomerValidator to check the Extension. The code on below, you can copy the code block to your page, and add one CustomerValidator 阅读全文
posted @ 2008-07-25 13:08 ie421 阅读(47) | 评论 (0) 编辑

摘要: 阅读全文
posted @ 2008-07-25 12:57 ie421 阅读(247) | 评论 (1) 编辑

posted @ 2008-07-24 12:21 ie421 阅读(124) | 评论 (0) 编辑

posted @ 2008-07-23 22:44 ie421 阅读(251) | 评论 (0) 编辑

posted @ 2008-07-23 21:55 ie421 阅读(5951) | 评论 (0) 编辑

posted @ 2008-07-23 18:47 ie421 阅读(130) | 评论 (0) 编辑

摘要: 正则表达式用于字符串处理、表单验证等场合,实用高效。现将一些常用的表达式收集于此,以备不时之需。 阅读全文
posted @ 2008-07-23 18:41 ie421 阅读(33) | 评论 (0) 编辑

摘要: RequiredFieldValidator(必须字段验证) 用于检查是否有输入值 CompareValidator(比较验证) 按设定比较两个输入 RangeValidator(范围验证) 输入是否在指定范围 RegularExpressionValidator(正则表达式验证) 正则表达式验证控件 CustomValidator(自定义验证) 自定义验证控件 ValidationSummary(验证总结) 总结验证结果 阅读全文
posted @ 2008-07-23 18:41 ie421 阅读(62) | 评论 (0) 编辑

posted @ 2008-07-23 15:40 ie421 阅读(22) | 评论 (0) 编辑

posted @ 2008-07-23 15:30 ie421 阅读(62) | 评论 (0) 编辑

摘要: 《博客园精华集--WEB分册》第三轮筛选结果发布,已经过转载排除和重新分类,入选文章合计 51 篇,其中HTML/CSS 7 篇,WEB标准 20 篇,各种优化 8 篇,JS 16篇。另HTML/CSS和JS两部分各有技巧集一篇,从多篇技巧类文章中集成,目前入选HTML/CSS 10 篇,JS 7 篇阅读全文
posted @ 2008-07-22 22:56 ie421 阅读(20) | 评论 (0) 编辑

摘要: 用AjaxPro实现二级联动,数据验证等等阅读全文
posted @ 2008-07-22 22:33 ie421 阅读(157) | 评论 (0) 编辑