K
Kraai
in normal asp , and even php i could use the
<!--#include file="login.aspx" -->
or
<!--#include virtual="login.aspx" -->
to include pages in my main page without using frames!
when i try this with my aspx page's i get the following
error!
There can be only one 'page' directive
How do I fix this without changing the other pages
functionallity/ design and code behind!
I need the following for example:
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111"
width="621" height="92" id="AutoNumber1">
<tr>
<td width="621" height="25" colspan="3"><!--#include
virtual="header.aspx" --></td>
</tr>
<tr>
<td width="63" height="42"><!--#include
virtual="menu.aspx" --></td>
<td width="511" height="42"><!--#include
virtual="datapage.aspx" --></td>
<td width="40" height="42"><!--#include
virtual="left.aspx" --></td>
</tr>
<tr>
<td width="621" height="19" colspan="3"><!--#include
virtual="footer.aspx" --></td>
</tr>
</table>
Any Ideas ?
<!--#include file="login.aspx" -->
or
<!--#include virtual="login.aspx" -->
to include pages in my main page without using frames!
when i try this with my aspx page's i get the following
error!
There can be only one 'page' directive
How do I fix this without changing the other pages
functionallity/ design and code behind!
I need the following for example:
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111"
width="621" height="92" id="AutoNumber1">
<tr>
<td width="621" height="25" colspan="3"><!--#include
virtual="header.aspx" --></td>
</tr>
<tr>
<td width="63" height="42"><!--#include
virtual="menu.aspx" --></td>
<td width="511" height="42"><!--#include
virtual="datapage.aspx" --></td>
<td width="40" height="42"><!--#include
virtual="left.aspx" --></td>
</tr>
<tr>
<td width="621" height="19" colspan="3"><!--#include
virtual="footer.aspx" --></td>
</tr>
</table>
Any Ideas ?