Пример #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     kullanicilar.kAdi = Request.QueryString["KullaniciAdi"];
     lblMail.Text      = kullanicilar.KullaniciMailDonder();
     lblKAd.Text       = kullanicilar.KullaniciAdiDonder();
     lblParola.Text    = kullanicilar.KullaniciParolaDonder();
     GununSozu.Visible = false;
     if (lblKAd.Text == "admin")
     {
         GununSozu.Visible = true;
         lblGunSozu.Text   = kullanicilar.GununSozuGetir();
     }
 }