codice:
<table border="1">
<%
bol=true
while ((Repeat1__numRows-- != 0) && (!notizia2.EOF)) {
if(bol){
bol=false%>
<tr>
<td rowspan="2">[img]../images/<%=(notizia2.Fields.Item([/img]" width="100" hspace="10" border="1" align="left" /></td>
<td><%=(notizia2.Fields.Item("titolo").Value)%></td>
</tr><%
}
else{
bol=true%>
<tr>
<td><%=(notizia2.Fields.Item("titolo").Value)%></td>
<td rowspan="2">[img]../images/<%=(notizia2.Fields.Item([/img]" width="100" hspace="10" border="1" align="left" /></td>
</tr><%
}%>
<tr>
<td><%=(notizia2.Fields.Item("occhiello").Value)%></td>
</tr><%
Repeat1__index++;
notizia2.MoveNext();
}
%>
</table>