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 contents of cookie?
Which tool you have done?
what is command line compiler.what are the steps and how it is related to debugging.
What is a global postback url?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the namespace to create thread in .net?
Explain different types of Caching techniques in ASP.NET?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
How can we inherit a static member?
How can u debug your .net application?
What is the difference between dynamic SGA and static SGA?
What are asp.net web forms?
Define static function?
What is the use of dispose method?
How do u deploy your asp.net application?