Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドロップダウン メニューの最初の行に listitem を挿入してから、storedprocedure を実行しようとしています。私はinsert()、additem()などを使ってみましたが、うまくいきませんでした。
あなたの助けに感謝!
ddl.Items.Insert(0, new ListItem("すべて", "すべて"));
ストアド プロシージャの実行後または実行前に使用できます。ドロップダウンの最初のリスト項目として「すべて」が挿入されます。
AppendDataBoundItemsドロップダウンのプロパティをに設定する必要がありtrue、データベースからのデータにバインドする前または後にアイテムを挿入/追加できます
AppendDataBoundItems
true