Start New Discussion Reply to this Discussion RepeaterGrid
<asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="Repeater1_ItemDataBound">
<ItemTemplate>
<div id="dvRowData" runat="server" class="itemRows">
<div id="dvStoreId" class="w30" style="display: none">
<%# Eval("StoreId")%>
</div>
<div id="dvStoreName" class="w200s">
<a href="#" id="basic" runat="server">
<%# Eval("StoreName")%></a></div>
<div id="dvEnabled" class="w200s" style="display: none">
<%# Eval("Enabled")%></div>
</div>
</ItemTemplate>
</asp:Repeater>
weblion
Newbie Poster
19 posts since Feb 2012
Reputation Points: -1
Solved Threads: 0
Skill Endorsements: 0
sufyan2011
Junior Poster
166 posts since Dec 2011
Reputation Points: 9
Solved Threads: 22
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page generated in 0.0390 seconds
using 2.45MB