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
What is Dynamic Web and discuss its usage with the help of real life examples?
What is the postback property in asp.net?
Demonstrate Render and PreRender?
What are the events in a page life cycle?
What are the different authentication modes in asp.net?
How can you use a custom controls in ASP.NET application?
What is redirectpermanent in asp.net?
What is loop in asp.net?
What is web configuration file and how to use in web application
What is difference Between Authentication and authorization?
Which method do you use to enforce garbage collection in .net?
What are the differences between code behind and code inline?
What is a user session?
What is the difference between custom web user control and a custom web server control?
What is a ashx file?