Programalama > ASP

Etiketler: siralama......

Ort. 0
Puan ver:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<table>
<%
theFinished = 0
For theX=1 To RecordsetAdi.RecordCount %>
<tr>
<td><%Response.Write RecordsetAdi("Deger" ) %></td>
<%
RecordsetAdi.Movenext
If RecordsetAdi.Eof Then
TheFinished = 1
Exit For
End If
%>
<td><%Response.Write RecordsetAdi("Deger" ) %></td>
</tr>
<%
RecordsetAdi.Movenext
If RecordsetAdi.Eof Then
TheFinished = 1
Exit For
End If
Next
If TheFinished = 1 Then Response.Write "</tr>" %>
</table>


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2025 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.