Declarative Code for ASP.Net Repeater to Access CodeBehind Method.


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <asp:Repeater id=Repeater1 runat="server">
  2. <ItemTemplate>
  3. <%# HelloRepeater() %>
  4. </ItemTemplate>
  5. </asp:Repeater>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.