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
you have to use the databind syntax here or it will not work.
<%# this.GetDataItem().ToString() %>