Building Asp.net Page code behind correctly

Posted by Hagai on Stack Overflow See other posts from Stack Overflow or by Hagai
Published on 2010-06-04T05:31:41Z Indexed on 2010/06/06 20:22 UTC
Read the original article Hit count: 336

Filed under:
|

Hi everyone, I need some guidelines about building the code behind of my pages correctly. I mean, I'm building in asp.net for a year now, and mostly using the Page_Load event. (and ofcourse "event handling" the events triggered by the user's actions). I know about the page life cycle and the order of events that happens when a page is requested etc.. . Is it normal that, generally, in a data-driven page, for example, I'm not using any of the "pre_render", "page_unload", "pre_init" etc.. event handlers? or am I missing something here? any guidelines would help me a lot, including links or whatever you think that would instruct me well. thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about page-lifecycle