ASP.Net Programming Question: Download ASP.Net PDF

What methods are fired during the page load? Init()

Tweet Share WhatsApp

Answer:

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.Net PDF Read All 28 ASP.Net Questions
Previous QuestionNext Question
What is the difference between Response.Write() and Response.Output.Write()?Where does the Web page belong in the .NET Framework class hierarchy?