W
WebBuilder451
I'm reying to get around the problem of cross page post back. I'm attempting
to use an interface to cast the previous page.
if (PreviousPage != null)
{
ICommonPostback frm = PreviousPage as ICommonPostback;
...
...
Previous page exists, but after casting frm is still null. I'm hoping this
will work. If i reference this page directly using the <%@ PreviousPageType
VirtualPath="~/Admin/ItemMaster.aspx" %> i get a circular reference.
--
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)
kes
to use an interface to cast the previous page.
if (PreviousPage != null)
{
ICommonPostback frm = PreviousPage as ICommonPostback;
...
...
Previous page exists, but after casting frm is still null. I'm hoping this
will work. If i reference this page directly using the <%@ PreviousPageType
VirtualPath="~/Admin/ItemMaster.aspx" %> i get a circular reference.
--
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)
kes