Explain the life cycle of an ASP .NET page
Answer Posted / bhavesh chhatrala
1)Page_Init
2)Page_load
3)page_prerender
4)page_unload
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How many web.config files can I have in an application?
What is css in asp.net?
What are Authentication and Authorization?
What is the Intermittent crashing of application in production?
Explain asp.net web forms.
How you can manage the state of application at the server side in ASP.NET?
What is query string with example?
What are the types of caching in asp.net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How to unit test Web API?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is asp.net and how it works?
Give me one example of Web API Routing?
Is there any alternative to avoid name collisions other then Namespaces?
How do you declare static variable? What is its lifetime?