473,383 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

include file

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" -->
Nov 18 '05 #1
5 3160
No I didnt try... What its syntax Am I writing in < > tag?

thanks
"Philip Q [MVP]" <wi******@mvps.org>, iletide sunu yazdi
news:eo****************@TK2MSFTNGP10.phx.gbl...
Selen wrote:
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" -->


have you tried using something like -

Server.Execute("documents\AllDoc.aspx")

instead of an #include?

--
Philip Q
Microsoft MVP [ASP.NET]

Nov 18 '05 #2
Selen wrote:
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" -->


have you tried using something like -

Server.Execute("documents\AllDoc.aspx")

instead of an #include?

--
Philip Q
Microsoft MVP [ASP.NET]
Nov 18 '05 #3
No I didnt try... What its syntax Am I writing in < > tag?

thanks
"Philip Q [MVP]" <wi******@mvps.org>, iletide sunu yazdi
news:eo****************@TK2MSFTNGP10.phx.gbl...
Selen wrote:
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" -->


have you tried using something like -

Server.Execute("documents\AllDoc.aspx")

instead of an #include?

--
Philip Q
Microsoft MVP [ASP.NET]

Nov 18 '05 #4
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" -->

Nov 18 '05 #5
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" -->

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: mescaline | last post by:
Hi, Suppose a_file.cpp contains a function a_function() Now to include it in main_file.cpp I just do #include "a_file.cpp" and I'm all set. i recently came across this seemingly roundabout...
6
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing...
28
by: Ramesh | last post by:
Hi, I am currently maintaining a legacy code with a very very large code base. I am facing problems with C/C++ files having a lot of un-necessary #includes. On an average every C/C++ file has...
60
by: Derrick Coetzee | last post by:
It seems like, in every C source file I've ever seen, there has been a very definite include order, as follows: - include system headers - include application headers - include the header...
9
by: bill | last post by:
Forget the exact definition of difference between, #include <foo.h> and #include "bar.h" Normally foo.h is a standard header file, so it's path is not defined in compiler option, but I...
12
by: Francois Grieu | last post by:
Can #include safely use a preprocessing token, as in #define HEADERFILE "stdio.h" #include HEADERFILE int main(void) {return printf("Hello, world\n")*0;} TIA, François Grieu
9
by: zolli | last post by:
Hi, I've been banging my head against this for a while now. Hoping someone here can shed some light on what's going on. On including stdlib.h in a file, I'm seeing the following errors: ...
5
by: David Mathog | last post by:
One thing that can make porting C code from one platform to another miserable is #include. In particular, the need to either place the path to an included file within the #include statement or to...
3
by: Arpi Jakab | last post by:
I have a main project that depends on projects A and B. The main project's additional include directories list is: ...\ProjectA\Dist\Include ...\ProjectB\Dist\Include Each of the include...
6
by: tshad | last post by:
In my User control, I tried to do this: *************************************************************************** <Script runat="server"> Public ClientName As String = "<!-- #include file =...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.