Hi,
thanks for your reply. I am yet to get a solution of it. I am pasting the ASP/HTML code that I am using:
<table border=3D"1" cellPadding=3D"0" cellSpacing=3D" 0" width=3D560
bordercolor=3DWhite>
<TR>
<TD width=3D100 bgcolor=3D"<%=3Db%>"><font face=3Dsans-serif size=3D2>
<%=3D Session ("l_lastqoute_rs").Fields(1)%></FONT>
</TD>
<TD width=3D150 bgcolor=3D"<%=3Db%>"><font face=3Dsans-serif size=3D2>
<%=3D Session ("l_lastqoute_rs").Fields(2)%></FONT>
</TD>
<!-- This above column is creating problem -data is fethed from database
column length is 55 -->
<TD width=3D150 bgcolor=3D"<%=3Db%>" nowrap><font
face=3Dsans-serif size=3D2>
<%=3D Session ("l_lastqoute_rs").Fields(4)%></FONT>
</TD>
<TD width=3D45 bgcolor=3D"<%=3Db%>"><font face=3Dsans-serif size=3D2>
<% if Session ("l_lastqoute_rs").Fields(5)=3D"I" then%>
Initial
<%else%>
Final
<%end if%>
</FONT>
</TD>
<TD width=3D25 bgcolor=3D"<%=3Db%>" align=3Dcenter>
<font face=3Dsans-serif size=3D2>
<%=3D Session ("l_lastqoute_rs").Fields(6)%></FONT>
</TD>
<TD width=3D10 bgcolor=3D"<%=3Db%>" align=3Dright>
<INPUT id=3DchkSelect name=3D"chkSelect<%=3Dcount%>" type=3Dcheckbox>
</TD>
</TR>
</TABLE>
Any suggestion will be highly appreciated.
gautam
"0 0" <solopress_@h...> wrote:
can you send me the html i will look at it for you