I used a datatable to display records which i fetch from DB, now i have to customize it so that a new DB call is made to fetch the next 10 records from DB (Server side) on click of Next button provided by datatable.
Does anyone have any idea about this?
Thanks.