Hi I have a List which returns an array of \"Question\". My question is how can I bind this to a grid view? When I try to call Question.Ordinal I get that it does not exist in
Try using the following syntax:
<%# ((MyObject)Container.DataItem).MyField %>