Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. pagingnation

pagingnation

Scheduled Pinned Locked Moved Web Development
question
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    idsanjeevjha
    wrote on last edited by
    #1

    i wants to paging if record posted by employee in more then 10 then otion to view next go to next page first page is work fine but the page number don't work so how can paging it with employee number [code] <td> <%If page>1 Then %> <a href="userprofile1.asp?opt=<%=R("empno") "& <%=page-1%>&" %>">Previous</a> <%end if %> <% If page < Rpage Then %> <a href="userprofile1.asp?opt=<%=R("empno") &<%=page+1%>">Next</a> <% end if %> <%if Rpage>2 then for i=1 to Rpage response.write "<a href=""userprofile1.asp?opt=<%=R("empno") & page="&i&""">"&i&"</a> " next end if %> </td> [/code] Thanks

    sanjeev

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups