how can i do this in asp.net?

classic asp example :

<table>
<% for i=0 to 10 %>
<tr>
<td><% response.write %></td>
</tr>
<% next %>
</table>

any ways to do this in asp.net?
thanks