I have an asp:Repeater that I'm trying to bind to an array of structs. On the DataBind call it complains that I don't have a property called "Id" on my struct. Technically that is true - I have a public field.
How can I get this to work if structs don't have properties?
Posted to this forum because there is no forum for ASP.NET development.