Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

how to do Pagination in ajax

$
0
0

Hi,

i am appending html table into div tag using ajax,in that how do pagination

$.ajax({
type: "POST",
contentType: "application/json; charset=utf-8",
url: "MasterService.asmx/LoadClaim",
dataType: "json",
success: function (data) {
var div = $("#test").empty();
$(data.d).each(function (index, item) {
div.append(data.d
);--am appending html table inside div tag ,give me solution do pagination in that

});
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
debugger;
}
});
});

Thanks


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>