Thursday, January 3, 2013

Page lifecycle stuff for ASP.NET is going to be different between IIS6 and IIS7.

We had some conversations about this today and about if Page_Init (where one would register a control made in the code behind of a web forms application's web form in advance of being called in Page_Load) would be effected. Some links bumped into along the way:
  1. http://msdn.microsoft.com/en-us/library/c0az2h86(v=vs.100).aspx
  2. http://stackoverflow.com/questions/11296871/register-click-event-for-user-control-in-page-init-method
  3. http://stackoverflow.com/questions/1948704/changes-to-asp-net-page-lifecycle
  4. http://msdn.microsoft.com/en-us/library/bb470252(v=vs.100).aspx
  5. http://www.codeease.com/asp-net-application-life-cycle-and-page-life-cycle.html

No comments:

Post a Comment