摘要:
转:http://www.cnblogs.com/yeminglong/archive/2012/10/16/2725664.html 当页面进行回发时,如点击按钮,以上事件都会重新执行一次,这时的执行顺序为:1. OnPreInit2. OnInit3. OnInitComplete4. OnPreLoad5. Page_Load6. OnLoad7. Button_Click8. OnLoadComplete9. OnPreRender可以看到,Button_Click事件位于OnLoad之后执行,可以测试一下:public partial class TestControls : Sys 阅读全文
posted @ 2013-12-09 11:29
gin飞飞ing
阅读(195)
评论(0)
推荐(0)