I am binding a List to a Repeater control. Now I want to use the Eval function to display the contents in ItemTemplate
List
Eval
ItemTemplate
This should work just fine:
<ItemTemplate> <%=this.GetDataItem().ToString() %> </ItemTemplate>