Posted on: 5/21/2014 1:51:51 PM | Views : 465

Hello
I have nested Repeater Controls like below
<div id="content_pkgs"> <asp:Repeater ID="rptrPackageInfo" runat="server"> <ItemTemplate> <div class="pkgs"> <table style="width: 100%; border: 1px solid red;"> <tr> <td class="left"> <asp:Label ID="lblPackageTitle" runat="server" Text='<%#Eval("Package_Title") %>'></asp:Label> <span style="margin-left: 25px;">Tags : Family, Adventure. </span> </td> <td class="right"> ...

Go to the complete details ...