文章分类 -  资源

The ASP.NET Page Object Model -- 十个阶段
摘要:Stage Page Event Overridable method Page initialization Init View state loading Load ViewState Postback data processing LoadPostData method in any control that implements the I... 阅读全文
posted @ 2004-10-10 13:36 十锦 阅读(313) 评论(0) 推荐(0)
The ASP.NET Page Object Model
摘要:One Day in the Life of an ASP.NET Web Page Dino EspositoWintellect August 2003 Applies to: Microsoft® ASP.NET Summary: Learn about the eventing model built around ASP.NET Web pages and the var... 阅读全文
posted @ 2004-10-10 13:29 十锦 阅读(385) 评论(0) 推荐(0)
代码收藏
摘要:1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键 no 可用于Table 2. 取消选取、防止复制 3. onpaste="return false" 不准粘贴 4. o... 阅读全文
posted @ 2004-10-10 12:53 十锦 阅读(431) 评论(1) 推荐(0)
在C#中使用COM+实现事务控制
摘要:.NET技术是微软大力推广的下一代平台技术,自从.NET技术架构Beta2版本的正式发布,此项技术也逐渐走向成熟和稳定。按照微软的平台系统占有率,我们不难想象得到,在未来的一两年内.NET技术必定会势如破竹一般的登上主流的技术平台,而一个新的技术平台得以快速发展的最重要的前提是:他不会彻底的摒弃以前的技术,这一点对于.NET技术来说指的就是COM/COM+技术了。 一般来说,在IT技... 阅读全文
posted @ 2004-10-09 17:41 十锦 阅读(633) 评论(0) 推荐(0)