L
Luigi Z
Hi all,
in my .NET 2.0 website a have this method in my page:
protected override void OnLoad(EventArgs e)
{
System.Web.UI.Page pag = this.PreviousPage;
}
to retrieve the PreviousPage, but the variable "pag" is always null.
Why this happen?
Maybe because I'm using master pages?
Thanks in advance.
in my .NET 2.0 website a have this method in my page:
protected override void OnLoad(EventArgs e)
{
System.Web.UI.Page pag = this.PreviousPage;
}
to retrieve the PreviousPage, but the variable "pag" is always null.
Why this happen?
Maybe because I'm using master pages?
Thanks in advance.