In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
Answer Posted / shalini
The events occured as follows:-
1)Page_Init()
2)Page_Load()
3)Page_Prerender()
4)Page_Unload().
| Is This Answer Correct ? | 51 Yes | 5 No |
Post New Answer View All Answers
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What are the disadvantages of asp.net?
Explain serialization and deserialization?
How do I know asp.net mvc version? : Asp.Net MVC
How to implement role based security in asp.net mvc? : Asp.Net MVC
How will you load dynamic assembly? How will create assesblies at run time?
What does the .webpart file do?
What is the difference between “Web.config” and “Machine.Config”?
How to use a Master Database in Asp.net?
Why mvc is better than asp.net? : Asp.Net MVC
What is scope of an application variable in asp.net?
What is web api config?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is enableviewstate in asp net?
What kind of data can be stored in viewstate?