N
Nathan Sokalski
I have two pages, named receipt.aspx and checkoutform.aspx. My
checkoutform.aspx page has an orderid property and uses a
Response.Redirect("receipt.aspx") to send the user to to receipt.aspx. My
receipt.aspx page has the following directive:
<%@ PreviousPageType VirtualPath="~/checkoutform.aspx" %>
But when I use the following expression:
Me.PreviousPage.orderid
I recieve an Object is not set to an instance of an object error. What am I
forgetting? Thanks.
checkoutform.aspx page has an orderid property and uses a
Response.Redirect("receipt.aspx") to send the user to to receipt.aspx. My
receipt.aspx page has the following directive:
<%@ PreviousPageType VirtualPath="~/checkoutform.aspx" %>
But when I use the following expression:
Me.PreviousPage.orderid
I recieve an Object is not set to an instance of an object error. What am I
forgetting? Thanks.