Ultradev will not do this itself you need to replace the table row tag "<tr>" with the following snippet
==============================================
<%If (Repeat1__numRows Mod 2) Then%>
<tr bgcolor="#CCCCFF">
<%Else%>
<tr bgcolor="#FFFFFF">
<%End If%>
==============================================
Then just edit the colours
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.