Between handling the Page_Init event or overriding the OnInit method of a Page, which one is better to use? Thanks.
See Question&Answers more detail:osBetween handling the Page_Init event or overriding the OnInit method of a Page, which one is better to use? Thanks.
See Question&Answers more detail:osI had this very question about a year ago, I settled on overridding as opposed to the On_X Events. Here is the article I read covering the pros and cons: http://weblogs.asp.net/infinitiesloop/archive/2008/03/24/onload-vs-page-load-vs-load-event.aspx