Home About Us Gallery Contact Us
<%Dim rsproduct openconnection() set rsproduct=server.CreateObject("ADODB.recordset") sqlstr="select * from tbl_products where intCategory_id=1 order by intProduct_id DESC" 'Response.Write(sqlstr) 'Response.End() rsproduct.open sqlstr,objconn,1,3 count = 0 if not rsproduct.eof then do while not rsproduct.eof count = count + 1 %> <% rsproduct.movenext loop end if closeconnection() %>
<%if count mod 2 =0 then %>
img img
<%if rsproduct("txtPSpecs") <> "" then%> <%end if%>
Product Name : <%=rsproduct("txtProdname")%>
Base : <%=rsproduct("txtBase")%>
Application : <%=rsproduct("txtApplication")%>
Packing : <%=rsproduct("txtPacking")%>
Description : <%=rsproduct("txtDescription")%>
" target="_blank">img
<% if rsproduct("txtPimage") <> "" then %> <%end if%>
" alt="Image" border="0">
img img
<%else%>
img img
<% if rsproduct("txtPimage") <> "" then %> <%end if%>
" alt="Image" border="0">
<%if rsproduct("txtPSpecs") <> "" then%> <%end if%>
Product Name : <%=rsproduct("txtProdname")%>
Base : <%=rsproduct("txtBase")%>
Application : <%=rsproduct("txtApplication")%>
Packing : <%=rsproduct("txtPacking")%>
Description : <%=rsproduct("txtDescription")%>
" target="_blank">img
img img
<%end if%>
     
  Copyright 2008-2009, All rights Reserved.