我在DataGrid1.DeleteCommand 事件中.
sqllj = CType(e.Item.Cells(3).Controls(1), Label).Text
如上语句得到第三列中的 LABEL值是正确的,但是 第三列中有两个LABEL ,我用如下语句
sqllj = CType(e.Item.Cells(3).Controls(2), Label).Text
为什么说是指定的转换无效 ??