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…
If the server object is instantiated for responding to just…
Yes, use the GetType method of the object class (which all …
Comments