I have a Repeater control that is being bound to the result of a Linq query.
I want to get the value of one of the datasource\'s fields in the ItemDataBound event, but I
The data that is used for the current item can be found from the EventArgs.
RepeaterItemEventArgs e e.Item.DataItem