I am trying to use dropdowns in editmode in my datagrid. I have created a TemplateColumn, and then put the <asp:dropdown> tag in there. The dropdown shows, but I canīt bind data to it, since the .FindControl function doesnīt support DataSource = command.executeReader().
How do I do this? Thankful for any help I can get, especially if itīs in C#...