Microsoft ASP.Net Active Server Pages Frequently asked questions. ASP and ASP.Net Interview Questions And Answers and FAQ's
Thursday, August 20, 2009
What methods are fired during the page load?
Init() - when the page is instantiated Load() - when the page is loaded into server memory PreRender() - the brief moment before the page is displayed to the user as HTML Unload() - when page finishes loading.
No comments:
Post a Comment