I have a table with CheckBoxes in the left hand column and various information in the other columns in that row. The name property of the CheckBox is dynaically generated, so I can not pull the value of this checkbox as I wouldn't know what name it was assigned when it was generated. I am looking to try to pull the information by looping through the table with something similar to coordinates of (row,col) like in Excel.
Any ideas?
Any ideas?