jon24422531
Technical User
Hi guys,
I know the answer to this is probably really simple, but not only am I new to this asp coding, I am not experienced in HTML or web page design either. I can return a recordset very nicely from my MS SQL database (after extensive reading of this forum) but I can not figure out how to put table headings in the resulting table.
<TABLE BORDER='1'>
<td align=left WIDTH='125'><% = rsData("WorkStation") %></td>
<td align=left WIDTH='185'><% = rsData("UserID") %></td>
<td align=left WIDTH='45'><% = rsData("ControllingSite") %></td>
<td align=left WIDTH='170'><% = rsData("Location") %></td>
<td align=left WIDTH='70'><% = rsData("Office")%></td>
</tr></TABLE>
some of you guys are excellent, I am learning such a lot from reading through the forum, many thanks.
Jonathan Schofield
I know the answer to this is probably really simple, but not only am I new to this asp coding, I am not experienced in HTML or web page design either. I can return a recordset very nicely from my MS SQL database (after extensive reading of this forum) but I can not figure out how to put table headings in the resulting table.
<TABLE BORDER='1'>
<td align=left WIDTH='125'><% = rsData("WorkStation") %></td>
<td align=left WIDTH='185'><% = rsData("UserID") %></td>
<td align=left WIDTH='45'><% = rsData("ControllingSite") %></td>
<td align=left WIDTH='170'><% = rsData("Location") %></td>
<td align=left WIDTH='70'><% = rsData("Office")%></td>
</tr></TABLE>
some of you guys are excellent, I am learning such a lot from reading through the forum, many thanks.
Jonathan Schofield