K
KJ
Hello all,
I have several objects which use indexers, such as (in C#):
public string this[string FieldName]
{
get
{
return BaseEntity[FieldName];
}
}
Is it possible to bind to these values, or, alternatively, those of a
property which is a StringDictionary, to an ObjectDataSource/GridView?
I have several objects which use indexers, such as (in C#):
public string this[string FieldName]
{
get
{
return BaseEntity[FieldName];
}
}
Is it possible to bind to these values, or, alternatively, those of a
property which is a StringDictionary, to an ObjectDataSource/GridView?