I am trying to use the data repeater in a Windows app (not a web form) to display data in an array. All the information I find seems to be for web forms and says to do this:
DataRepeaterName.DataSource=ArrayName
DataRepeater.DataBind()
The Problem I'm having is that there is no DataBind option under the DataRepeater. Any suggestions would be welcome.