Interview Questions

What methods are fired during the page load?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What methods are fired during the page load?

Init() - when the pageis
instantiated, Load() - when the page is loaded into server memory,PreRender()
- the brief moment before the page is displayed to the user asHTML, Unload()
- when page finishes loading.

(Continued on next question...)

Other Interview Questions