G
Gabriel
Hello,
In the ASPX code I use this (I know is not the best way) :
<!--#include file ="file.inc"-->
I'd like include an another file (file1.inc, file2.inc, ....) depending of a
parameter from URL.
I tried this :
<!--#include file =" <%Response.Write(getPage())%>"-->
But I receive an error, could you tell me how can I do ?
Thanks,
In the ASPX code I use this (I know is not the best way) :
<!--#include file ="file.inc"-->
I'd like include an another file (file1.inc, file2.inc, ....) depending of a
parameter from URL.
I tried this :
<!--#include file =" <%Response.Write(getPage())%>"-->
But I receive an error, could you tell me how can I do ?
Thanks,