Forum Moderators: coopster
I have a list of 5000 widgets that I pull from my database, each being a link to the next level of detail. As the list of widgets is so big, it means the user would obviously have to wait a while for the page to be loaded, so instead I need to break this down in to seperate pages (Page 1 = widgets 1 to 500, page 2, 501 to 1000 etc).
Any suggestions as to how I should go about doing this? I think I'm making it over-complicated so would like someone elses input.
Thanks :)