..there used to be another method of binding items to data containers in ASP.Net using 'ItemBinder' property maybe but nothing on google refreshes my memory.
Typically, I would have a string array which when bound to say my DataGrid should show the array's values. This is an alternative method to DataBinder.Eval().
Thanks