What is a Page Life Cycle of an ASP.Net page?
There are various stages described as under.
- Init
- LoadViewState
- LoadPostBackData
- Load
- RaisePostBackDataChangedEvent
- RaisePostBackEvents
- Pre-Render
- SaveViewState
- Render
- Unload
-->
Q1: What is multiple inheritance, and why doesn’t C# suppor…
Overloading:Overloading refers to the ability to define mul…
Comments