protected void DeletleButton_Click(object sender, EventArgs e) { kullanicilar.yorumid = Convert.ToInt32(Request.QueryString["yorumid"]); kullanicilar.YorumSil("YorumBegenme"); kullanicilar.YorumSil("YorumBegenmeme"); if (kullanicilar.YorumSil("Yorum")) { Mesajver("swal('Başarılı','Yorum Silinmiştir.','success')"); dtlYorumlar.DataSource = yorumlar.GundemInceleYorum(); dtlYorumlar.DataBind(); } else { Mesajver("swal('Hata','Bir Hata Oluştu.','error')"); } }