ASP: Digg Style Pagination Script

Written by JOJY, on 03.30.2007

This is ASP based pagination script, similiar to Digg.com pagination. The credit goes to Jason Coleman who written this script in PHP and I simply converted this into ASP. I have attached screenshot this will help you to see how it looks like.

Demo Digg Style Pagination Script

Download Script

Usage

Many people were asking how to add this code into our own projects. I have included the code, I hope this will help you in integrating this script.

<!–#include file=”pagination.asp” –>
<%
dim objcon, objrs, totalpages, page, numPerPage, countItem
set objcon=Server.CreateObject(”ADODB.Connection”)
set objrs=Server.CreateObject(”ADODB.RecordSet”)
countItem = 0
numPerPage = 5
objrs.cursorlocation = 3
if request(”page”) = “” then
page=1
else
page=cLng(request(”page”))
end if
objcon.open connectionString
objrs.open “SELECT * FROM Customers”, objcon,1,2
if objrs.EOF then
Response.Write(”<h2>Sorry! No Search Result Found</h2>”)
else
objRs.pageSize = numPerPage
totalpages = objRs.PageCount
objRs.absolutePage=page
while not objrs.EOF AND countItem < objRs.pageSize
Response.Write(”YOUR CODE GOES HERE”)
countItem = countItem + 1
objrs.movenext()
wend
ps = getPaginationString(page, objrs.RecordCount, numPerPage, 2, “demo.asp?yourcustomparams=PARAM&name=NAME&Search=Search”)
Response.Write(ps)
end if
‘always cleanup things
objrs.close()
objcon.close()
set objrs=nothing
set objcon=nothing
%>

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...

Dreamy World

Written by JOJY, on 03.30.2007

A man’s dreams are an index to his greatness

Dreamy World 4 Dreamy World 3 Dreamy World 2

Dreamy World 1 Dreamy World 6 Dreamy World 5

Dreamy World 7 Dreamy World 9 Dreamy World 8

Dreamy World 10 Dreamy World 11 Dreamy World 12

Dreamy World 13 Dreamy World 14 a_dreamy_world_16th_by_grafixeye.jpg

a_dreamy_world_18th_by_grafixeye.jpg a_dreamy_world_19th_by_grafixeye.jpg a_dreamy_world_21st_by_grafixeye.jpg

a_dreamy_world_by_grafixeye.jpg

Download all wallpapers or save individually

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...

Ashlee Simpson - Lala .mp4

Written by ali_60cent, on 03.25.2007

Author: JOJY

Description: Ashlee Simpson - Lala .mp4

Added: March 25, 2007

 

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...

Ashanti - Baby [chemos].mp4

Written by ali_60cent, on 03.25.2007

Author: JOJY

Description: Ashanti - Baby [chemos].mp4

Added: March 25, 2007

 

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...

old in gold

Written by ali_60cent, on 03.25.2007

Author: victorbhms

Description: try it

Added: March 25, 2007

 

  • Comments
  • Print
  • Send to friend
  • Save this to del.icio.us
  • Read more...