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
Explain the difference between debug.write and trace.write?
In order to get assembly info which namespace we should import?
What is break mode?
What are session cookies?
In which situation can you not use a viewstate?
To get the values in two different controls to match which control you use it?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Define repository pattern in asp.net mvc? : asp.net mvc
Distinguish between Server-side and Client-side code with its functionality?
What is asp short for?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
How to use a Master Database in Asp.net?
What is work flow gen? how can it will work with .Net?
Describe the method to create a permanent cookie?
What are the new features added from ASP to ASP.NET?