In a page u have Web user controls . So what is the order
in which the Page life Cycles takes place?
Answer Posted / ansu kumar
order of events are
init
page load
control load
page unload
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain different types of Caching techniques in ASP.NET?
Why do we need url encoding?
How can I configure asp.net applications that are running on a remote machine?
How dataadapter.fill works?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Diff between web user control and web custom control?
Can we store object in viewstate?
What is hidden field in asp.net?
What is x xss protection?
How can u debug your .net application?
What is the difference between GridView and Repeater controls in ASP.NET?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Where is the session stored?
Why Unload event of MasterPage Calls first in ASP.net ?
How does asp.net work?