Hello, I'm currently trying to load data into one of the RowEditTemplate's controls.
I have a regular ASP.NET DropDownList inside said template. This list should be loaded with data from a List, where MyObject has an Id and a Name.
I've been searching for quite some time now and I don't seem to be able to find a way to get this list from the code behind and load said data.
Any help is welcome, thank you