本文介绍了ASP.NET gridview编辑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嘿,
e.RowIndex 和 e.NewEditIndex 之间有区别吗?...
这对吗GridView1.EditIndex = e.RowIndex;在gridView_Editing事件下,设置其EditIndex = -1或0 有什么作用?...
有人可以详细说明一下吗.
谢谢
授予
hey there,
Is there a difference between e.RowIndex and e.NewEditIndex ?...
will this be right GridView1.EditIndex = e.RowIndex; under gridView_Editing event and what does setting its EditIndex = -1 or 0 do?...
Could someone elaborate a bit plz..
Thanks
Amit
推荐答案
这篇关于ASP.NET gridview编辑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!