I am trying to get the number of items from a repeater so that i ca perform a for-loop however the seemingly obvious way to do this (repItems.Items.Count) always returns 0. Is there a way to do thi...