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 the difference between login controls and forms authentication?
Disable Mouse right click on web page in asp.net?
Is it possible to create web application with both webforms and mvc?
How do you store a value in viewstate and retrieve them?
Why do we need url encoding?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What are the different types of sessions in asp.net?
what are the web form events available in asp.net?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is masterpage?
What is xaml? Are xaml file compiled or built on runtime?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How you can manage the state of application at the server side in ASP.NET?
How you can access the properties and controls of master pages from content pages?
What is sdlc process?