sign in | join about | help | sitemap
Connecting Tech Pros Worldwide
John Pether (john@'s Avatar

repeat accross 2 table cells per row....


Question posted by: John Pether (john@ (Guest) on July 19th, 2005 06:36 AM
I have the repeater below, which repeats a table row. However i'd like to display the results in two columns, so two table cells in the row, how do i do this. If I make the new cell it just stays blank....

<%
While ((Repeat1__numRows <> 0) AND (NOT GetCategories.EOF))
%><tr>
<td><a href="listing.asp?parentcatid=<%= Request.QueryString("parentcatid")%>&catid=<%=(GetCategories.Fields.Item("catID").Value)%>"><%=(GetCategories.Fields.Item("CategoryName").Value)%></a>&nbsp;&nbsp;</td>
<td>&nbsp;&nbsp;</td>
</tr><%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
GetCategories.MoveNext()
Wend
%>

************************************************** ********************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
0 Answers Posted
 
Not the answer you were looking for? Post your question . . .
197,027 members ready to help you find a solution.
Join Bytes.com

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 197,027 network members.
Post your question now . . .
It's fast and it's free

Popular Articles

Top Community Contributors