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![]()
|
Results 1 to 4 of 4
Thread: how can i do this in asp.net?
|
Click Here to Expand Forum to Full Width |