M
Michael
Hi,
After creating a new Web site, there is a Default.aspx and
code-behind file Default.aspx.cs.
The class in the code-behind file is declared with partial:
public partial class _Default : System.Web.UI.Page
{
.....
}
It means the code is just a part of the class definition,
but where is the other parts of the class? I cannot find them.
Thanks!
After creating a new Web site, there is a Default.aspx and
code-behind file Default.aspx.cs.
The class in the code-behind file is declared with partial:
public partial class _Default : System.Web.UI.Page
{
.....
}
It means the code is just a part of the class definition,
but where is the other parts of the class? I cannot find them.
Thanks!