What methods are fired during the page load?
Load() - when the page is loaded into server memory
PreRender() - the brief moment before the page is displayed to the user as HTML
Unload() - when page finishes loading.
-->
It allows the page to save the users input on a form across…
Response.Redirect: This tells the browser that the requeste…
Overloading:Overloading refers to the ability to define mul…
Different types of assemblies are Priave, Public/Shared, St…
Comments