gridview テンプレート フィールド内にドロップダウンがあります。
<asp:templatefield headertext="Bill Period">
<itemtemplate>
<asp:dropdownlist runat="server" id="cboBillPeriod"></asp:dropdownlist>
</itemtemplate>
</asp:templatefield>
ドロップダウンに入力したいのですが、できますか? 私を助けてください。
gridview テンプレート フィールド内にドロップダウンがあります。
<asp:templatefield headertext="Bill Period">
<itemtemplate>
<asp:dropdownlist runat="server" id="cboBillPeriod"></asp:dropdownlist>
</itemtemplate>
</asp:templatefield>
ドロップダウンに入力したいのですが、できますか? 私を助けてください。
RowDataBound
グリッド ビューのイベントを使用する必要があります。詳細については、そのリンクを確認してください。
Rowdatabound
の場合は、Gridview
ドロップダウンをバインドしてみてください。