java - How to display next and previous record through jsp -
i creating online application can save info , display info database. want show 1 record database e.g when user click on next button should display next record nut 1 record when user click on previous button should display previous record. using netbeans ide , create application using jsp. how can using jsp ?.
thanks positive response.
it should combination of database row filtering size , sending appropriate requests using jsp having query.select * table status limit first range;
then in jsp, intial request have first=0, range=20 (say) next, u can specify next=current+1 , prev=current-1.
pagination can handled in variety of ways, pick way suit youe needs.
java jsp
No comments:
Post a Comment