Asp.net 2.0生命周期
摘要:
Asp.net 2.0生命周期可以分为Web Page、Server Control和 Application 生命周期: 一、Web Page Life Cycle 如果 @ Page 指令的 AutoEventWireup 属性设置为 true(或者如果未定义该属性,因为默认情况下为 true),页事件将自动绑定至使用 Page_event 命名约定的方法. 下表... 阅读全文
posted @ 2007-09-06 17:14 残叶 阅读(490) 评论(0) 推荐(0) 编辑