如何使用edit命令以编程方式将GridView行置于编辑模式?
假设我想编辑课程“C++”的名字。
我该怎么做?
Also see this
在事件处理程序中:
gridView.EditIndex = e.NewEditIndex; gridView.DataBind();
这就是你要找的吗?