Aug10

Adding a ListItem to a dynamic dropdown list

Categories: ASP.NET C#
If you manually add a listitem to a dynamic dropdown list, ensure that you set the appenddatabounditems attribute to true.  If you don’t, the dynamic items will overwrite the ones you manually added. <asp:dropdownlist id="DevelopmentCycleDr...