kevin.upshaw 1 Posted June 5, 2012 Report Share Posted June 5, 2012 Hi. Not quite sure where to start with this one. Am creating a website at the moment, and within that site - in my SQL Compact database I have a "transaction" table. There will be thousands of records in that table - what I want the user to be able to do is search based on a particular parameter - which is fine as I can just use SQL to obtain that information. However, say for instance it returns 100 records - I don't want to display all that data to a user all at once. How would I go about creating a facility to navigate on a table? For instance so it displays ten records at a time? I am using WebMatrix to create this site. Thanks. Kevin Quote Link to post Share on other sites
justsomeguy 1,135 Posted June 5, 2012 Report Share Posted June 5, 2012 The term to search for is "pagination". Your environment may have shortcuts you can use to help with it. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.