I want to include one asp page in other but in that page which I want to include I already included third page. Can something like that work ? Or better question is how something like that can work because I have problems with it ?
I inherited a site which is comprised of lots of multi-level includes...it's a bear to troubleshoot and I would not recommend designing a site this way unless you have a very good memory...just make sure you use "include file" vs "include virtual" correctly...
Contrary to popular belief there is no such thing as an "asp page"! So of course you cannot include one asp page in another asp page.
However there are asp scripts that build HTML pages; and there are asp scripts that build parts of pages.
If you are trying to include a file that builds a complete HTML page <html> ... </html> in another file that also builds a complete HTML page
<html> ...<html> ... </html> ... </html>,
well you might have problems.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.