データベースから入力されたドロップダウン メニューがあります。
<asp:DropDownList ID="searchApplicationDropDown" runat="server"
DataSourceID="SqlDataSource8" DataTextField="AppName"
DataValueField="PK_Application"></asp:DropDownList>
<asp:SqlDataSource ID="SqlDataSource8" runat="server"
ConnectionString="<%$ ConnectionStrings:ApplicationServices %>"
SelectCommand="SELECT [PK_Application], [AppName] FROM [Application]">
</asp:SqlDataSource>
データベース外で行を手動で一番上に追加するにはどうすればよいですか?