J
Jason
How can I loop through in reverse order .. Not looking to sort or
anyting.
Dim fr As FormViewRow =
(CType(whichformview.Controls(0).Controls(1), FormViewRow))
Dim tc As TableCell = fr.Cells(0)
For Each c As Control In tc.Controls
anyting.
Dim fr As FormViewRow =
(CType(whichformview.Controls(0).Controls(1), FormViewRow))
Dim tc As TableCell = fr.Cells(0)
For Each c As Control In tc.Controls