G
Giggi
Hi!
I have this problem:
Page1.aspx have different controls and public properties and a button
that cross posts to Page3.aspx. In Page3 I have the directive:
<%@ PreviousPageType virtualpath="~/Page1.aspx"%>
and I can access the public properties in Page1.
everything works fine.
Now I need Page2.aspx, wich is quite similiar to Page1, to cross post
to Page3.aspx. What directive do I need in Page3 in order to access the
public properties of the PreviousPage wichever it is? Is it possible to
set two virtualpath?
Thank you in advance!
Luigi
I have this problem:
Page1.aspx have different controls and public properties and a button
that cross posts to Page3.aspx. In Page3 I have the directive:
<%@ PreviousPageType virtualpath="~/Page1.aspx"%>
and I can access the public properties in Page1.
everything works fine.
Now I need Page2.aspx, wich is quite similiar to Page1, to cross post
to Page3.aspx. What directive do I need in Page3 in order to access the
public properties of the PreviousPage wichever it is? Is it possible to
set two virtualpath?
Thank you in advance!
Luigi