In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
Answer Posted / kannan
Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_Prerender()
Page_Render()
Page_Unload()
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What are the namespaces used in asp.net mvc? : asp.net mvc
To get the values in two different controls to match which control you use it?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is ashx file in asp.net?
What is intrinsic objects in asp.net?
How can you use a custom controls in ASP.NET application?
What is a session government?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
How is the asp.net mvc architecture different from others? : asp.net mvc
What is asp net_sessionid?
What is sql data source control in asp.net?
What is view state and how it works in asp net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is client side state management?
What is the difference between page directive include and action tag include?