03-05-2010, 02:40 AM
I have a web table where all of the objects are named the same.
There are 6 col's. Date, invoice Number, Amount, Date Paid, Edit or View and Delete.
There could be many rows. I want to collect the data from the rows. Then I want to Delete a record or edit a record. So in my case GetCellData is only working for the 1st row not any of the others. I get an error The specified cell does not exist. That said, what do I use to collect the data? ChildObject Method?
Can you give me an example?
Thanks
There are 6 col's. Date, invoice Number, Amount, Date Paid, Edit or View and Delete.
There could be many rows. I want to collect the data from the rows. Then I want to Delete a record or edit a record. So in my case GetCellData is only working for the 1st row not any of the others. I get an error The specified cell does not exist. That said, what do I use to collect the data? ChildObject Method?
Can you give me an example?
Thanks