D
DC Gringo
I'm COMPLETELY baffled as to why this is in my html source code when I view
source from IE but invisible when rendering:
<table cellspacing="0" cellpadding="3" align="Center" border="0"
id="MonthlyReports1_DataGrid1" style="border-collapse:collapse;">
<tr
style="font-family:verdana,helvetica,arial;font-size:8pt;font-weight:bold;">
<td>PUBLISHED</td><td>HEADLINE</td><td>CVG START</td><td>END</td>
</tr>
....
</table>
Which is generated from:
<aspataGrid id="DataGrid1" CELLPADDING="3" HORIZONTALALIGN="Center"
GRIDLINES="None" runat="server" DataSource="<%# DsMonthlyReports1 %>"
AutoGenerateColumns="False" DATAMEMBER="fn3MonthlyReports" >
<HEADERSTYLE FONT-SIZE="8pt" FONT-NAMES="verdana,helvetica,arial"
FONT-BOLD="True"></HEADERSTYLE>
<COLUMNS>
....
</COLUMNS>
</ASPATAGRID>
source from IE but invisible when rendering:
<table cellspacing="0" cellpadding="3" align="Center" border="0"
id="MonthlyReports1_DataGrid1" style="border-collapse:collapse;">
<tr
style="font-family:verdana,helvetica,arial;font-size:8pt;font-weight:bold;">
<td>PUBLISHED</td><td>HEADLINE</td><td>CVG START</td><td>END</td>
</tr>
....
</table>
Which is generated from:
<aspataGrid id="DataGrid1" CELLPADDING="3" HORIZONTALALIGN="Center"
GRIDLINES="None" runat="server" DataSource="<%# DsMonthlyReports1 %>"
AutoGenerateColumns="False" DATAMEMBER="fn3MonthlyReports" >
<HEADERSTYLE FONT-SIZE="8pt" FONT-NAMES="verdana,helvetica,arial"
FONT-BOLD="True"></HEADERSTYLE>
<COLUMNS>
....
</COLUMNS>
</ASPATAGRID>