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.
バインドフィールドを使用してグリッドビューで編集と削除を実行する方法は知っていますが、挿入を実行することはできますか? asp.netで
いいえ、それは不可能です。FooterTemplate代わりにwithTextboxフィールドを使用できます。
FooterTemplate
Textbox
<FooterTemplate> <asp:TextBox ID="txtemp_Name" runat="server"></asp:TextBox> </FooterTemplate>