What is Static Constructor ?
Example:
public class SomeClass()
{
static SomeClass()
{
//Static members may be accessed from here
//Code for Initialization
}
}
-->
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