|
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:
<asp:DataGrid 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>
</ASP:DATAGRID>
--
_____
DC G | |
Share:
|
The ASP.NET controls are written directly to stream through the ASP.NET
engine. I assume that is what you are talking about?
---
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
"DC Gringo" wrote: 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:
<asp:DataGrid 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>
</ASP:DATAGRID>
-- _____ DC G | | |
Yes, I am aware of that. What I'd like to know is that about this HTML code
is preventing IE from seeing it. Firefox/Mozilla sees it but IE doesn't.
_____
DC G
"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM> wrote
in message news:C8**********************************@microsof t.com... The ASP.NET controls are written directly to stream through the ASP.NET engine. I assume that is what you are talking about?
---
Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA
*************************** Think Outside the Box! ***************************
"DC Gringo" wrote:
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:
<asp:DataGrid 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>
</ASP:DATAGRID>
-- _____ DC G | | |
Obviously simplify the client source till it appears. Do File/Save on the
View/Source, then view it locally. Then get to work, removing/playing with
the code till it works. 10 minutes or less.
Did you try this?
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message
news:uH**************@TK2MSFTNGP11.phx.gbl... Yes, I am aware of that. What I'd like to know is that about this HTML
code is preventing IE from seeing it. Firefox/Mozilla sees it but IE doesn't.
_____ DC G
"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM>
wrote in message news:C8**********************************@microsof t.com... The ASP.NET controls are written directly to stream through the ASP.NET engine. I assume that is what you are talking about?
---
Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA
*************************** Think Outside the Box! ***************************
"DC Gringo" wrote:
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:
<asp:DataGrid 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>
</ASP:DATAGRID>
-- _____ DC G
| | |
Ok, I find that when I remember another table further up above, the problem
goes away. No clue what could be in here that would cause it:
..maincontent table#overview{
color: #333333;
font-size:12px;
border-top: 1px dotted #cccccc;
border-BOTTOM: 1px dotted #cccccc;
}
<TABLE id=overview height="100%" cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR
<TD vAlign=top width="100%"> </TD>
</TR></TBODY></TABLE>
"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:O2**************@TK2MSFTNGP14.phx.gbl... Obviously simplify the client source till it appears. Do File/Save on the View/Source, then view it locally. Then get to work, removing/playing
with the code till it works. 10 minutes or less.
Did you try this?
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message news:uH**************@TK2MSFTNGP11.phx.gbl... Yes, I am aware of that. What I'd like to know is that about this HTML code is preventing IE from seeing it. Firefox/Mozilla sees it but IE
doesn't. _____ DC G
"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM> wrote in message news:C8**********************************@microsof t.com... The ASP.NET controls are written directly to stream through the
ASP.NET engine. I assume that is what you are talking about?
---
Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA
*************************** Think Outside the Box! ***************************
"DC Gringo" wrote:
> 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: > > <asp:DataGrid 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> > > </ASP:DATAGRID> > > > -- > _____ > DC G > > >
| | |
"when I remember another table"
What do you mean?
I also fondly remember some of my working code from long ago. But it doesn't
always help the current problem.
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message
news:Os**************@TK2MSFTNGP11.phx.gbl... Ok, I find that when I remember another table further up above, the
problem goes away. No clue what could be in here that would cause it:
.maincontent table#overview{ color: #333333; font-size:12px; border-top: 1px dotted #cccccc; border-BOTTOM: 1px dotted #cccccc; }
<TABLE id=overview height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR <TD vAlign=top width="100%"> </TD> </TR></TBODY></TABLE> "Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message news:O2**************@TK2MSFTNGP14.phx.gbl... Obviously simplify the client source till it appears. Do File/Save on
the View/Source, then view it locally. Then get to work, removing/playing with the code till it works. 10 minutes or less.
Did you try this?
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message news:uH**************@TK2MSFTNGP11.phx.gbl... Yes, I am aware of that. What I'd like to know is that about this
HTML code is preventing IE from seeing it. Firefox/Mozilla sees it but IE doesn't. _____ DC G
"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM>
wrote in message news:C8**********************************@microsof t.com... > The ASP.NET controls are written directly to stream through the ASP.NET > engine. I assume that is what you are talking about? > > > --- > > Gregory A. Beamer > MVP; MCP: +I, SE, SD, DBA > > *************************** > Think Outside the Box! > *************************** > > "DC Gringo" wrote: > > > 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: > > > > <asp:DataGrid 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> > > > > </ASP:DATAGRID> > > > > > > -- > > _____ > > DC G > > > > > >
| | |
Sorry, I meant "remove" another table...
"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:Ow**************@TK2MSFTNGP15.phx.gbl... "when I remember another table"
What do you mean?
I also fondly remember some of my working code from long ago. But it
doesn't always help the current problem.
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message news:Os**************@TK2MSFTNGP11.phx.gbl... Ok, I find that when I remember another table further up above, the problem goes away. No clue what could be in here that would cause it:
.maincontent table#overview{ color: #333333; font-size:12px; border-top: 1px dotted #cccccc; border-BOTTOM: 1px dotted #cccccc; }
<TABLE id=overview height="100%" cellSpacing=0 cellPadding=0
width="100%" border=0> <TBODY> <TR <TD vAlign=top width="100%"> </TD> </TR></TBODY></TABLE> "Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message news:O2**************@TK2MSFTNGP14.phx.gbl... Obviously simplify the client source till it appears. Do File/Save on the View/Source, then view it locally. Then get to work, removing/playing with the code till it works. 10 minutes or less.
Did you try this?
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message news:uH**************@TK2MSFTNGP11.phx.gbl... > Yes, I am aware of that. What I'd like to know is that about this HTML code > is preventing IE from seeing it. Firefox/Mozilla sees it but IE doesn't. > > _____ > DC G > > "Cowboy (Gregory A. Beamer) - MVP"
<No************@comcast.netNoSpamM> wrote > in message
news:C8**********************************@microsof t.com... > > The ASP.NET controls are written directly to stream through the ASP.NET > > engine. I assume that is what you are talking about? > > > > > > --- > > > > Gregory A. Beamer > > MVP; MCP: +I, SE, SD, DBA > > > > *************************** > > Think Outside the Box! > > *************************** > > > > "DC Gringo" wrote: > > > > > 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: > > > > > > <asp:DataGrid 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> > > > > > > </ASP:DATAGRID> > > > > > > > > > -- > > > _____ > > > DC G > > > > > > > > > > >
| | |
Ok, getting closer. Can you post sufficient code to reproduce the problem?
Perhaps removing the css tag did the trick?
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message
news:ek**************@tk2msftngp13.phx.gbl... Sorry, I meant "remove" another table...
"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message news:Ow**************@TK2MSFTNGP15.phx.gbl... "when I remember another table"
What do you mean?
I also fondly remember some of my working code from long ago. But it doesn't always help the current problem.
Jeff
"DC Gringo" <dc******@visiontechnology.net> wrote in message news:Os**************@TK2MSFTNGP11.phx.gbl... Ok, I find that when I remember another table further up above, the problem goes away. No clue what could be in here that would cause it:
.maincontent table#overview{ color: #333333; font-size:12px; border-top: 1px dotted #cccccc; border-BOTTOM: 1px dotted #cccccc; }
<TABLE id=overview height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR <TD vAlign=top width="100%"> </TD> </TR></TBODY></TABLE> "Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message news:O2**************@TK2MSFTNGP14.phx.gbl... > Obviously simplify the client source till it appears. Do File/Save
on the > View/Source, then view it locally. Then get to work,
removing/playing with > the code till it works. 10 minutes or less. > > Did you try this? > > Jeff > > "DC Gringo" <dc******@visiontechnology.net> wrote in message > news:uH**************@TK2MSFTNGP11.phx.gbl... > > Yes, I am aware of that. What I'd like to know is that about this HTML > code > > is preventing IE from seeing it. Firefox/Mozilla sees it but IE doesn't. > > > > _____ > > DC G > > > > "Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM> > wrote > > in message news:C8**********************************@microsof t.com... > > > The ASP.NET controls are written directly to stream through the ASP.NET > > > engine. I assume that is what you are talking about? > > > > > > > > > --- > > > > > > Gregory A. Beamer > > > MVP; MCP: +I, SE, SD, DBA > > > > > > *************************** > > > Think Outside the Box! > > > *************************** > > > > > > "DC Gringo" wrote: > > > > > > > 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: > > > > > > > > <asp:DataGrid 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> > > > > > > > > </ASP:DATAGRID> > > > > > > > > > > > > -- > > > > _____ > > > > DC G > > > > > > > > > > > > > > > > > >
| | This discussion thread is closed Replies have been disabled for this discussion. Similar topics
9 posts
views
Thread by Larry Woods |
last post: by
|
3 posts
views
Thread by Csaba2000 |
last post: by
|
2 posts
views
Thread by neptune |
last post: by
|
2 posts
views
Thread by Rachel Suddeth |
last post: by
|
6 posts
views
Thread by Winshent |
last post: by
|
2 posts
views
Thread by Kevin Audleman |
last post: by
|
3 posts
views
Thread by mark.szretter |
last post: by
|
8 posts
views
Thread by Neil |
last post: by
| |
reply
views
Thread by =?Utf-8?B?Q2hhcmxlcw==?= |
last post: by
| | | | | | | | | | |