ASP Programming Question:

Download Job Interview Questions and Answers PDF

What methods are fired during the page load?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

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.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is a Text Stream object?When during the page processing cycle is ViewState available?