Hi guys,
how do I deal with empty fields in a recordset...the server.htmlEncode function can not produce an empty field i.e. ""
How can I get around this to fix this up...
if HTMLEncode (objRS(x))="" then
Response.Write "No Result</td></tr>"
else %>
<%=objRS(x)%></td></tr>
<%
end if
thank
bastien
how do I deal with empty fields in a recordset...the server.htmlEncode function can not produce an empty field i.e. ""
How can I get around this to fix this up...
if HTMLEncode (objRS(x))="" then
Response.Write "No Result</td></tr>"
else %>
<%=objRS(x)%></td></tr>
<%
end if
thank
bastien