Hi guys,
I'm a bit of a newbie, but know VB Classic quite well. The above statement
appears in some code I'm hacking, and I have added a column to the DataGrid
(in the middle, so those to the right have had their index upped by one).
Yet the statement above seems to still return the same value.
Is the Index value (9) in the statement :
CType(e.Row.Cel ls(9).FindContr ol("lblTimeleft "), Label)
doing anything, or is the call simply going to the row, and picking the
control from there ?
Thanks in advance
I'm a bit of a newbie, but know VB Classic quite well. The above statement
appears in some code I'm hacking, and I have added a column to the DataGrid
(in the middle, so those to the right have had their index upped by one).
Yet the statement above seems to still return the same value.
Is the Index value (9) in the statement :
CType(e.Row.Cel ls(9).FindContr ol("lblTimeleft "), Label)
doing anything, or is the call simply going to the row, and picking the
control from there ?
Thanks in advance
Comment