User61956409 posted
Hi mazhar,
I need this type of jquery sliders
If you use F12 developer tools to check the structure of slider, you will find

Ten items(images) will be displayed in <table> if you click “next” or “previous” button. To implement this slider, you could use AJAX to call a web method to get items based on index, then you could dynamically create html for
items based on AJAX returned data in success callback function, and append custom html (items) to <table>.
Best Regards,
Fei Han