ASP(scripting language)
-
how to display database pagewise .? i have 100 records and on page 1 2 3 pagenumber i have to give and when i click on page 3 then it should show me the records from 31 to 40 when i click on page2 then it should show me the records from 11 to 20. please tell me.
-
how to display database pagewise .? i have 100 records and on page 1 2 3 pagenumber i have to give and when i click on page 3 then it should show me the records from 31 to 40 when i click on page2 then it should show me the records from 11 to 20. please tell me.
you're using ASP, not ASP.NET ? Why ? It's a nightmare wrapped in a disaster. You have to write script to generate links in the form of numbers, and then write SQL that requests the selected page, and works out how many pages there are . In ASP.NET, all that is built in.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.