Yan-Feng

记录经历、收藏经典、分享经验

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年6月19日

摘要: When an ASP.NET page runs, the page goes through a life cycle in which it performs a series of processing steps. These include initialization, instantiating controls, restoring and maintaining state, ... 阅读全文
posted @ 2010-06-19 10:39 Yan-Feng 阅读(367) 评论(0) 推荐(0) 编辑

2010年6月17日

摘要: The view state of a page is, by default, placed in a hidden form field named __VIEWSTATE. This hidden form field can easily get very large, on the order of tens of kilobytes. Not only does the __VIEWS... 阅读全文
posted @ 2010-06-17 14:35 Yan-Feng 阅读(654) 评论(1) 推荐(1) 编辑

2010年6月5日

摘要: 3.1 调用Web Service 之所以ASP.NET AJAX将Web Service提高到了如此的重要位置上,让它几乎成为了ASP.NET AJAX服务器端逻辑最受推荐的实现方式,是因为Web Service天生就是纯粹为了业务逻辑而设计的。我们都知道,Web Service没有提供什么“花哨”的用户界面,而是心无旁骛地专注于程序逻辑上的实现,这恰好和ASP.NET ... 阅读全文
posted @ 2010-06-05 14:29 Yan-Feng 阅读(149) 评论(0) 推荐(0) 编辑