?
=?iso-8859-1?Q?S=F8ren_Lund?=
Hello,
I am trying to bind a DataGrid with some data from a DataSet which
contains fields in the form "group.fieldname". I am certain that my
data source contains the field but I cannot get my head around which
syntax to use when specifying which field to bind to the DataGrid.
I have tried
<%# DataBinder.Eval( Container.DataItem, "Group.FieldName" ) %>
and
<%# DataBinder.Eval( Container.DataItem, "[Group.FieldName]" %> which
is just plain old wrong
Can any one help me out here?
I am trying to bind a DataGrid with some data from a DataSet which
contains fields in the form "group.fieldname". I am certain that my
data source contains the field but I cannot get my head around which
syntax to use when specifying which field to bind to the DataGrid.
I have tried
<%# DataBinder.Eval( Container.DataItem, "Group.FieldName" ) %>
and
<%# DataBinder.Eval( Container.DataItem, "[Group.FieldName]" %> which
is just plain old wrong

Can any one help me out here?