{
if (KullanıcıAdı == reader["KullanıcıAdı"] && şifre == reader["şifre"]);
{
isThere = true;
break;
}
else
{
isThere = false;
}
}
else gives an error. What is the correct syntax?
Aucun commentaire:
Enregistrer un commentaire