Dostum foreach yerine for kullanırsan daha rahat edersin,
for(int i = 300; i< RptListe.Items.Count;i++)
{
RepeaterItem item2 = RptListe.Items[i];
}


gibi bi şeyler yapabilirsin, örnek olması adına yazdım.