S
shapper
Hello,
I have looping through a GridView rows as follows:
For Each gvrLevel As GridViewRow In gvLevels.Rows
...
Next gvrLevel
How can I get the value of a BoundField named "Description" in each
row?
Thanks,
Miguel
I have looping through a GridView rows as follows:
For Each gvrLevel As GridViewRow In gvLevels.Rows
...
Next gvrLevel
How can I get the value of a BoundField named "Description" in each
row?
Thanks,
Miguel