It's likely because you have a page directive in the main as well as in the
include file.
Under ASP.NET, I wouldn't use include files anyway. Depending upon your
needs you could just create a user control (if you want to include an HTML
fragment) or a class file (if this is to have common code at your
disposal)....
Patrice
"Selen" <sk*****@yahoo.com> a écrit dans le message de
news:u7****************@TK2MSFTNGP11.phx.gbl...
Hi,
I am using following code for calling AllDoc.aspx file...But it give me
error.Error is that: There can be only one 'page' directive. When I delete
the page statement from AllDoc.aspx the sql code doesnt work...What must I
do?
<!-- #Include virtual=".\documents\AllDoc.aspx" -->