private void btnDisGoster_Click(object sender, EventArgs e) { string ogrId = yonetim.DisOgrenciBul(txtAra.Text);// ogrencinin idsini yukardaki txtden cekti txtDisiplin.Text = yonetim.ogrenciDisiplinGoster(ogrId); }