tengo control DropDownList en las listas de artículos son procedentes de la base de datosAñadir artículo a DataBound DropDownList
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True"
DataSourceID="SqlDataSource2" DataTextField="semester"
DataValueField="semester">
</asp:DropDownList>
Pero quiero añadir en el elemento de la lista 1 comienzo más "ALL" .. ¿Cómo puedo añadir éste.
Gracias!
¿Parece ser un duplicado de esta pregunta? -> http://stackoverflow.com/questions/679128/add-empty-item-to-dropdownlist-of-custom-objects-in-c – JohnIdol