Google News
logo
ASP.NET - Interview Questions
Write down the name of all steps in the ASP.NET page life cycle?
* Page request
* Starting of page life cycle
* Page initialization
* Page Load
* Validation
* Postback event handling
* Page rendering
* Unload
Advertisement