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
How does u get record no from 5 to 15 from a dataset of 100 records?
What is httpresponse?
Explain diff between dataset and datareader?
How does u call and execute a sp in .net?
What is asp.net architecture?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is difference between singleton and single call?
What are the differnt types of handler in ASP.NET?
What are the main advantages of using asp.net?
Do gac'ed assemblies have fulltrust?
What are the different types of proxy patterns?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What are the features that make asp.net more used framework? : asp.net mvc
What is data caching?