How to limit number of rows showing on datalist
I have datalist howing records on page, but allowing all the data to display on page will make it heavy, so i want to only show 10 rows and the with a button at the button saying show more and when user clicks more button more 10 rows will show. Any idea?