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.
我知道如何使用boundfield在gridview中执行编辑和删除,但是可以执行插入吗?在 asp.net 中
不,那是不可能的。相反,您可以使用FooterTemplatewithTextbox字段。
FooterTemplate
Textbox
<FooterTemplate> <asp:TextBox ID="txtemp_Name" runat="server"></asp:TextBox> </FooterTemplate>