%@ Language=VBScript %>
<%
session.Timeout = 120
'------------------------------------date--------------------------'
set rsL = Server.CreateObject("adodb.recordset") ' TO DISPLAY THE IMAGE
rsL.CursorType = 3
rsL.CursorLocation = 3
rsL.PageSize = 12
sqlL = " Select * from update1"
'Response.Write(sqlL)
rsL.Open sqlL,con
strdate=rsL("update1")
'Response.write(strdate)
'REsponse.write("Date")
rsL.close
'-------------------------------------date --------------'
Dim table,currentPage,flag,cat,trbreak
flag = false
currentPage=""
currentPage= Trim(Request.QueryString("currentPage"))
If(currentPage = "" or currentPage = null) then
currentPage = "1"
'table = trim(Request.Item("cat"))
session("table")= "store1"
else
' table = session("table")
end if
counter = 1
Dim str
startCount = (cInt(currentPage) -1)* 12
session("currentPage") = currentPage
'Response.Write(startCount)
set rsL = Server.CreateObject("adodb.recordset") ' TO DISPLAY THE IMAGE
rsL.CursorType = 3
rsL.CursorLocation = 3
rsL.PageSize = 12
str = Session("cat")
' where + " " + str(k) + " LIKE" + " " + "'%"+vtr(k)+"%'"
sqlL = " Select * from store order by id desc"
'Response.Write(sqlL)
rsL.Open sqlL,con
recCount = rsL.RecordCount
if recCount < 1 then
flag = true
else
rsL.AbsolutePage = cint (currentPage)
end if
%>
:: SAKSHAY International :: >> What's New <<
 |
|
|
| |
Get
Notified of our New Products through email
|
|
|
|
 |
|