Arkadaşlar kodlarım bu şekilde;
- SqlCommand komut = new SqlCommand("update okul set OgrenciSoyad='" + textBox2.Text + "',No='" + textBox3.Text + "',Sinif='" + textBox4.Text + "',Bolum='" + comboBox1.Text + "'where Ogrenciad='" + textBox1.Text + "'", baglan);
Son düzenleyen: Moderatör: