|
|
 |
| |
 |
|
|
| |
<%
Set rs=server.CreateObject("Adodb.Recordset")
Query="Select * from CurrentStatus where Project='Kayaloram' order by Adddate desc"
Rs.open Query,Conn
cnt=0
If Not Rs.eof Then
while not rs.eof
if cnt=0 then
%>
<% end if
%>
|
|
<%
cnt=cnt+1
if cnt=2 then %>
<%
cnt=0
end if %>
<%
rs.movenext
wend
else
%>
Sorry... No Images Available
<%
end if
rs.close
set rs=nothing
set conn=nothing
%>
|
|
|
| |
|
|