Hi,
I have dropdownlist control where item lists are coming from database
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True"
DataSourceID="SqlDataSource2" DataTextField="semester"
DataValueField="semester">
</asp:DropDownList>
But I want to add at the beginning 1 list item more "ALL" .. How can I add this one .
Thanks !