I'm trying to put an image column in a List control with no success. I can't have elements of type "asp:Image" in Columns.
I've tried also adding an usual ListColumn and put on it an Image object, also with no success.
row.AddColumn(new Image() { ID = "flagImage", ImageUrl = GetFlagImageUrl(language.Id) });
Is there a way to workaround?
Thanks,
Diogo Lino