How to do paging in classic asp actually i have retrieved records from data base and done pagination using << >> buttons so after that my requirement is if my dropdown list contains values 10,20,30,40 if i select 10 in dropdown
only 10 records should show and if i select 20 20 records should show using pagination how to do can any one suggest me