mike509123
MIS
Hi,
How would i use the xml writer in c# to write the following?
<TABLE cellspacing=1 cellpadding=1>
<TR>
<TD align=center colspan=4><FONT size=4 color=blue>Price Quote</FONT></TD>
</TR>
<TR>
<TD><B>Product</B></TD>
<TD><B>Price</B></TD>
</TR>
</TABLE>
How would i use the xml writer in c# to write the following?
<TABLE cellspacing=1 cellpadding=1>
<TR>
<TD align=center colspan=4><FONT size=4 color=blue>Price Quote</FONT></TD>
</TR>
<TR>
<TD><B>Product</B></TD>
<TD><B>Price</B></TD>
</TR>
</TABLE>