I am trying to use Facebook to comment each record, but the same comments are being repeated in all records, can someone helps please
<asp:DataList ID="DataList2" runat="server" DataKeyField="Id" DataSourceID="SqlDataSource1" ItemStyle-VerticalAlign="Top">
<ItemTemplate>
<h1 class="entry-title-single">
<asp:LinkButton ID="LinkButton1" runat="server" Text='<%# Eval("Title") %>' Font-Size="Medium" ForeColor="#1A8CFF" />
</h1>
Posté le: <span class="entry-date"> <asp:Label ID="DateLabel" runat="server" Text='<%# Eval("Date","{0:D}") %>' />
<asp:ImageButton ID="ImageButton1News" class="attachment-single-loop-full wp-post-image&qu ...
Go to the complete details ...