Hello! could you please direct me to a great example of how (on editing a row) to hook up a drop down on the row to a database class. It can't be a static list on the page. So far, I've not been able to find an example or figure this out on my own!
So you have to populate the dropdown as the grid is bound? (per row?) I had tried that code in the EditCommand of the grid, but the 'FindControl' returns a null value.
Interesting. I may have to do this a different way.