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
Inside Item Template
or Simply Add inside Item Template
<%# Eval("YourEntityName").ToString() ==""? "NA" : Eval("YourEntityName").ToString()%>