using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Data.Sql; using System.Data.SqlClient; namespace UDEMY_DENEME { public partial class Form1 : Form { private string username; private string password; SqlConnection con; SqlDataReader dr; SqlCommand com; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { label1.Text = "Pozitif"; } private void button2_Click(object sender, EventArgs e) { MessageBox.Show("naber gençler bakımdayız yakında tam takım geliyoruz!!! "); } private void label3_Click(object sender, EventArgs e) { } private void checkBox1_CheckedChanged(object sender, EventArgs e) { } private void Form1_Load(object sender, EventArgs e) { } private void label1_Click(object sender, EventArgs e) { } private void textBox1_TextChanged(object sender, EventArgs e) { } private void button4_Click(object sender, EventArgs e) { } private void button4_Click_1(object sender, EventArgs e) { MessageBox.Show("Şifrenizi unuttuysanız Lütfen discord adresimizden bize ulaşın"); } private void button5_Click(object sender, EventArgs e) { MessageBox.Show("Kayıt olmak için discord adresimizden bize yazmanız yeterlidir"); } private void textBox2_TextChanged(object sender, EventArgs e) { } private void button3_Click(object sender, EventArgs e) { username = usernameTxt.Text; password = usernameTxt.Text; if (username == "" || password == "") { MessageBox.Show("Lütfen Tüm Alanları Doldurunuz!"); } else if (username == "asd" && password == "asd") { MessageBox.Show("Giriş İşlemi Başarılı"); anasayfa gecis = new anasayfa(); gecis.Show(); this.Hide(); } else MessageBox.Show("Lütfen Bilgilerinizi Kontrol Ediniz!"); string userr = usernameTxt.Text; string passw = passwordTxt.Text; con = new SqlConnection("Data Source=DESKTOP-LO76P84;Initial Catalog=Ornek;Integrated Security=True"); com = new SqlCommand(); con.Open(); com.Connection = con; com.CommandText = "Select*From Kullanici_Bilgi where kullanici_adi='" + usernameTxt.Text + "'And sifre='" + passwordTxt.Text + "'"; dr = com.ExecuteReader(); if (dr.Read()) { MessageBox.Show("Başarıyla Giriş Tamamlandı"); anasayfa gecis = new anasayfa(); gecis.Show(); this.Hide(); }
else { MessageBox.Show("Hatalı Kullanıcı Adı Veya Şifre"); } con.Close(); |
con.Open(); HATASI
-
-
string userr = usernameTxt.Text;
string passw = passwordTxt.Text;
con = new SqlConnection("Data Source=DESKTOP-LO76P84;Initial Catalog=Ornek;Integrated Security=True"); com = new SqlCommand();
con.Open();
com.Connection = con;
com.CommandText = "Select*From Kullanici_Bilgi where kullanici_adi='" + usernameTxt.Text +
"'And sifre='" + passwordTxt.Text + "'";
dr = com.ExecuteReader();
if (dr.Read())
{
MessageBox.Show("Başarıyla Giriş Tamamlandı");
anasayfa gecis = new anasayfa();
gecis.Show();
this.Hide();
}
else
{
MessageBox.Show("Hatalı Kullanıcı Adı Veya Şifre");
}
con.Close();
Arkadaşlar bu kısımda hatayı gösteriyor yardımcı olursanız sevinirim
Bu mesaj IP'si ile atılan mesajları ara Bu kullanıcının son IP'si ile atılan mesajları ara Bu mesaj IP'si ile kullanıcı ara Bu kullanıcının son IP'si ile kullanıcı ara
KAPAT X