aspx_beginners thread: In the editItemTemplate tag of a grid...................
I'm trying to edit multiple rows at a time. When the user selects the row
to edit I'm changing the one of the columns to a combo. However unable to
fill it with valid values so that that user to select and click on update.
Details:
In the editItemTemplate of a datagrid how can I provide them all the
possible values?
Example if it were to be text we set text = '<%#Container.dataitem
("fieldname")%>' but does it work in case of combo..bcz I wante all the
values
Your help is highly appreciated
-Dwarka