Donald Welker wrote:
> General question I haven't seen answered: If I have a datagrid with a
> template column in which a drop-down list is bound to a datasource,
> how do I set the selected item in the drop-down based on the datagrid
> column value? (for example if the column is text and I want a
> drop-down to list "A", "B", and "C", how do I set the selected item
> to "B"?)
SelectedValue='<%# DataBinder.Eval(Container.DataItem,"ABCField") %>'

--

Jos