Posted on: 7/20/2014 4:22:49 PM | Views : 368

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" /> &nbsp;</h1>
Posté le: <span class="entry-date"> &nbsp;<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 ...