I have a dictionary object and would like to bind it to a repeater. However, I\'m not sure what to put in the aspx markup to
aspx
<%# Eval("key")%> worked for me.
<%# Eval("key")%>