C# asp.net Howto load an aspx page from another project?
Posted
by Martijn
on Stack Overflow
See other posts from Stack Overflow
or by Martijn
Published on 2009-11-03T15:40:03Z
Indexed on
2010/04/19
7:03 UTC
Read the original article
Hit count: 213
I have 2 projects. One project is a core and contains the GUI which is always the same and acts like a kind of framework.
The second project is an application that must be set in the framework.
The framework consists of a masterpage and a content page (application.aspx). From my second project I want to load the application.aspx. Is this possible? And if so.. how?
© Stack Overflow or respective owner