News

I have a collection of four items. Each time I loop through them I will start at a different point in the collection. For example, the first time I will loop through, the order will be 0,1,2,3 ...
does giving the control an ID and then doing DataGrid.FindControl ("theID") work? That might be more maintainable in case the index changes for whatever reason.