Posted on: 4/8/2015 8:26:49 PM | Views : 619

Hello, I've a repeater on popup window
 <div id="withdiv" class="easyui-dialog" title="View A/c" data-options="closed:true,iconCls:'icon-save'" style="width:908px;height:600px;padding:20px;">    
<asp:Repeater ID="Virt" runat="server">             <ItemTemplate>               
<div style ="width:150px; float:left; padding:5px;"><asp:Label ID="lblTrID" runat="server" Text='<%#Eval("TrID")%>'></asp:Label></div>
<div style ="width:100px; float:left; text-align:right; padding:5px;"><asp:TextBox ID="txtAmount" runat="server" ></asp:TextBox></div>
</ItemTemplate>  &n ...

Go to the complete details ...