我正在使用sqldatasource和GridView.我想在RowDataBound事件中从GridView获取单元格的值?因为我无法使用e.RowIndex.
RowDataBound
e.RowIndex
如果单元格为空,如何检查updatng事件?我用过if != null,但它没有用,所以我需要检查它是否为空.
if != null
谢谢
c# sql asp.net webforms rowdatabound
asp.net ×1
c# ×1
rowdatabound ×1
sql ×1
webforms ×1