在.NET.net中具有编辑功能的GridView

时间:2014-07-18 04:40:41

标签: asp.net

如何创建可编辑的GridView,如下面链接中提供的那样: http://demo2.mixerp.org:8080/Sales/DirectSales.aspx

在此链接中,您选择一次项目,填写相应的详细信息。之后,如果单击“添加”按钮,则会创建新行。

这是怎么做到的?

1 个答案:

答案 0 :(得分:0)

您必须将数据绑定到网格视图 - 请参阅下面的链接..

http://www.dotnetfunda.com/articles/show/1619/how-to-perform-edit-update-and-delete-operation-in-gridview