摘要:
其实所谓的页面生命周期就是Page的ProcessRequestMain方法中顺序调用了一些方法。private void ProcessRequestMain(bool includeStagesBeforeAsyncPoint, bool includeStagesAfterAsyncPoint){ try { HttpContext context = this.Context; string str = null; if (includeStagesBeforeAsyncPoint) { if (... 阅读全文
posted @ 2012-04-03 23:38
啊熊
阅读(415)
评论(0)
推荐(0)
浙公网安备 33010602011771号