Posted on: 10/28/2014 9:39:54 AM | Views : 1580

Respected Experts ,
I have apply ajax lazy loading in my Datalist referred from this link
www.aspsnippets.com/Articles/Load-images-while-scrolling-page-down-with-jQuery-AJAX-in-ASPNet.aspx
Now I place checkbox in every cell in the datalist . But when I check checkbox in the initial row  that is row with index  0 It is checking the all checkboxes in the same column which are loading on scrolling.
I think this the same id generation in the browser for all checkboxes.
Now I want to know that in the same code how can I add unique  id to dynamic control in using jquery.

Please suggest me .
Thanks in advance

Go to the complete details ...