In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?

Answer Posted / firoj husen shaikh

The events will be executed in following order,
Page_PreInit()
Page_Init()
Page_InitComplete()
LoadViewState()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_Prerender()
SaveViewState()
Page_Render()
Page_Unload()

As a developer it is necessry to understand which event is
useful to initialize variables and other kind of
initialization.

Is This Answer Correct ?    9 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of proxy patterns?

592


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

558


How can you ensure a permanent cookie?

549


What is the difference between page directive include and action tag include?

521


What is the web.config file in asp?

636






Describe how passport authentication works.

566


What is manifest in .net framework?

537


Define globalization and localization.

559


What are server activated objects?

629


when a request is made in Life cycle of ASP.NET page .

527


Explain the use of dataadapter.

572


What is mvc in asp.net interview question? : Asp.Net MVC

487


What is cached data phone?

522


What is the concept of view state in asp.net?

560


What is the difference between the get method () and post method ()?

515