Hi,
my hander code is like
- htmlToReturn.AppendLine("
");Details - foreach (var Data in Detail.Values)
- {
- string script = @"$('#act_').on('click',function())";
- htmlToReturn.AppendLine("
");+count +" onclick="+script +" > "+Details+" - count= count+1;
- }
- context.Response.Write(htmlToReturn.ToString());
My aspx code is -
here i am showing data from grid as -
i need js script that will paginate the element after 3 elements.
thanks

Vinay SinghPosted Apr 28, 2017, 4:52 AM