George James
|
| Posted: 02/23/2003, 8:00 PM |
|
When a record is inserted on a page it is wrapped by a table on output.
<table id="xxxHolder">
<tr>
<td>
... Output Data and record query data
</td>
</tr>
</table>
Is there a way to suppress this from happening?
I am trying to create a generic page with information from the database inserted into the <HEAD> and <Body> tags. Everything works great, if only I could turn this functionality off.
Is there a way I can modify the template that's used for record generation?
ghjames@nudigital.com
|
|
|
 |
George James
|
| Posted: 02/23/2003, 8:24 PM |
|
Sorry, I forgot to mention I am using the CCS 2 Beta 2.
|
|
|
 |
George James
|
| Posted: 02/23/2003, 8:39 PM |
|
It only seems to be a problem with .NET C# generation. ASP works fine. I guess I know what I'll be deploying.
|
|
|
 |
|