是的
是asp.net页面生存周期的一部分.我的理解是实现接口后它应该会自动执行这一步.但我实现了之后,调试跟踪发现这一步没有执行.请高手解答

解决方案 »

  1.   

    asp.net will never call a Page's IPostBackEventHandler,IPostBackDataHandler, they are for controls
      

  2.   

    ASP.NET will not call a webform's IPostBackEventHandler,IPostBackDataHandler, they are for child controls
      

  3.   

    谢谢思归兄,我试试先:)但能请你再讲讲asp.net这方面的原理吗?这方面能搞懂确实对开发asp.net有很大的帮助.
      

  4.   

    LoadViewState 在什么时候运行呢,我怎么样去捕获它?