In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
Answer Posted / simon
Follow up question: what is the actual difference between
Page_Init and Page_InitComplete Events?
As far as I can gather from googling this a bit, both fire
when the Initialisation stage is complete - all controls
have been created and are available, but before any
viewstate has been re-loaded into the controls.
If I wanted to dynamically create more controls, or add
rows to an existing table etc. Which event procedure
should I use?
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How do we access view state value of this page in the next page?
What is http pipeline in asp.net?
How can you register a custom server control to a web page?
If you are using components in your application, how can you handle exceptions raised in a component?
What is the difference between page-level caching and fragment caching?
Difference between overriding and overloading?
Define globalization and localization.
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Why we use content place holder in asp.net?
What are the different types of sessions in asp.net? Name them?
Difference between web user control and web custom control?
What is difference between cache and session?
What is difference between inproc and outproc?
Explain server side state management system.
What is simple data binding?