When displaying a recordset in a table with a border, if there is no data returned for a cell, the borders will not show up around that cell. To alleviate this, hard code a space (nbsp;) after each field so if no data is returned, it will still show the borders. Here is an example:
<%Do While Not rs.EOFResponse.Write "" & rs("Column1") & "nbsp; "Response.Write "" & rs("Column2") & "nbsp;
"rs.MoveNextLoop%>
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























