include file

Discussion in 'ASP.NET / ASP.NET Core' started by lionheart, Mar 18, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Sorry, I think it does work. the problem was the other directive <%%> at the very beginning of my code.

    The problem is that the code does not behave as it was when coded in classic ASP.

    <html>
    .
    .
    .
    <%Select case Request.QueryString("content")
    case "products" %>

    <!--#include file = "products.aspx" -->

    <%End Select%>

    .
    .
    .
    </html>

    The 'included file' is executed eventhough the value of Querystring("content") is blank. any idea?
     
  2. Any idea if the #include file... still works with ASP.net? I tried but it gave me error. Thanks!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page