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
-->
It is a common practice to store passwords in databases usi…
Q1: What is multiple inheritance, and why doesn’t C# suppor…
Comments