protected void Page_Load(object sender, EventArgs e) { Repeater1.DataSource = AboneRepository.GetAllAbones(); Repeater1.DataBind(); }