Datagrid update, dropdownlist database insertion
I am creating a web application where i insert som data to a datagrid, with a sqlquery. this part works fine. now i want to update the information, and i have added the update field to the datagrid. all the fields becomes editable, but in one of the columns i want a dropdownlist, which has been filled with data from another sqlquery. the examples found in the quickstart, only uses hardcoded data to the picklist in a template column. is there any way to get my data from a query into the dropdownlist in my datagrid?
sincerely Herman
|