摘要: Understanding ASP.NET Validation Library Published: 01 Feb 2008 By: Deepak Raghavan Deepak Raghavan talks about the nuts and bolts of the ASP.NET Validation Library. Introduction ASP.NET provides d... 阅读全文
posted @ 2008-05-28 23:35 Liu Jian 阅读(1280) 评论(0) 推荐(0) 编辑
摘要: Core JavaScript 1.5 Guide:Details of the Object Model From MDC Contents [hide] 1 Class-Based vs. Protot... 阅读全文
posted @ 2008-05-26 13:45 Liu Jian 阅读(381) 评论(0) 推荐(0) 编辑
摘要: JavaScript对象模型-执行模型 数据类型 基本数据类型 基本数据类型是JS语言最底层的实现。 简单数值类型: 有Undefined, Null, Boolean, Number和String。注意,描述中的英文单词在这里仅指数据类型的名称,并不特指JS的全局对象N an, Boolean, Number, String等,它们在概念上的区别是比较大的。 对象: 一个无序属性的集合,这些属... 阅读全文
posted @ 2008-05-20 15:56 Liu Jian 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 窥探jQuery——面向JavaScript程序员 2629个读者 译者: davidkore... 02/08/2008 原文 引用 双语对照及眉批 简介 Simon Willison来自英国,是一名经验丰富的开发人员。曾工作于Yahoo,是Web开发框架Django的创始人之一,也是OpenID的推动者。这是一篇针对jQuery的描述性文章,由于作者出色的分析,该文被引入jqu... 阅读全文
posted @ 2008-05-10 10:45 Liu Jian 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 在.net1.0时代,在编写自定义控件时,想把js封装到控件中,把js文件和必要的文件签入到控件中去,怎么也做不出来。 终于到了2.0时代,微软替我们想好了。但使用起来要注意几点。 第一步,把js文件等文件拖入到Resource.resx资源管理窗口里,也就是让IDE动态的给我们的资源在Resource.Designer.resx文件中加入管理代码。 第二步,要在我们的程序集里注册这些文件,可以... 阅读全文
posted @ 2008-05-09 16:26 Liu Jian 阅读(333) 评论(0) 推荐(0) 编辑
摘要: In this article I'm going to describe the bridge between managed and unmanaged worlds and how the two collaborate to set up the processing environment needed by ASP.NET requests to be processed. See ... 阅读全文
posted @ 2008-04-17 18:22 Liu Jian 阅读(394) 评论(0) 推荐(0) 编辑
摘要: In this series of articles I'm going to tackle and describe the life cycle of a web request from the early stages of its life, when it's accepted by the web server, through its processing into the ASP... 阅读全文
posted @ 2008-04-17 18:20 Liu Jian 阅读(490) 评论(0) 推荐(0) 编辑
摘要: Introduction Most developers are familiar with the high level abstractions that ASP.NET provides for them such as Web Forms and Web Services. However, underneath these abstractions sits a very interes... 阅读全文
posted @ 2008-04-17 18:18 Liu Jian 阅读(680) 评论(0) 推荐(0) 编辑
摘要: Contents Introduction Introducing Viewstate outside ASP.NET Context Introducing Viewstate inside ASP.NET Context ASP.NET Page Life Cycle Role of Viewstate in the page life cycle Viewstate Walkthroughs... 阅读全文
posted @ 2008-04-17 18:15 Liu Jian 阅读(975) 评论(0) 推荐(0) 编辑
摘要: 经过个人研究,ObjectStateFormatter.SerializeValue里面可以看到系统支持如下类型: null string int Pair Triplet IndexedString ArrayList bool byte char DateTime double short float IDictionary Type Array Enum(必须为int, 其它如short,l... 阅读全文
posted @ 2008-04-14 09:45 Liu Jian 阅读(159) 评论(0) 推荐(0) 编辑