Hello,


In my asp file, first i am executing a database query on some condition, where it will retrieve a file name and next to these statements i have an # include statement where i want to include the file name which i have retrieved from database. It is giving an error saying that include file not found because #include statements will execute before the asp statements. How to overcome this??


regards