Add Item to DropDownList w/ DataSource
If you’re having problems adding an item to a dropdownlist because that ddl has a Datasource then this should work. You need to set AppendDataBoundItems=”true” to add items to a datasource bound DropDownlist. Technorati Tags: code, VB.NET
