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
What are the steps to follow to host a web application on a web server?
What is mta?
What is the equivalent of date() and time() in asp.net?
What types of data validation events are commonly seen in the client-side form validation?
What are the options in ASP.NET to maintain state?
Define page output caching?
What is semantic gap?
What is Razor View Engine
What is localhost in asp.net?
Explain what is an abstract class?
What are the various types of validation controls provided by asp.net?
How many web.config files can I have in an application?
How do you hide the columns?
What are the asp.net security controls?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?