<%@LANGUAGE="VBSCRIPT"%> <%option explicit%> FEROZE'S Real Estate Advisory :: Clients
   
  HOME SWEET HOME   CORPORATE OFFICES SPACE   LOVE @ FIRST SITE  
 
 
There's been no match to Feroze's when it comes to the repertoire of clients that Feroze's have catered to. It is a virtual Who's Who of the Corporate world.
Our bandwagon is backed by the cream of the corporate world:
 
<% Dim rsGetClients,strSQL Set rsGetClients=Server.CreateObject("ADODB.RecordSet") strSQL="SELECT * FROM tblClients" rsGetClients.Open strSQL,objConn,3,3 while not rsGetClients.EOF %>
<%If rsGetClients("ct_title")<>"" Then%><%=rsGetClients("ct_title")%><%End If%><%rsGetClients.MoveNext%> <%If Not rsGetClients.EOF Then%><%If rsGetClients("ct_title")<>"" Then%><%=rsGetClients("ct_title")%><%End If%><%rsGetClients.MoveNext%><%End If%> <%If Not rsGetClients.EOF Then%><%If rsGetClients("ct_title")<>"" Then%><%=rsGetClients("ct_title")%><%End If%><%rsGetClients.MoveNext%><%End If%>
<% wend %>