Пример #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            if (IsPostBack)
            {
                return;
            }
            base.Page_Load(sender, e);
            int id     = Convert.ToInt32(Request.QueryString["param"]);
            var eposta = BldSvc.BildirimEPostaAl(id);

            mail_adres.Text = eposta;
        }
Пример #2
0
        public void gonder()
        {
            int id     = Convert.ToInt32(Request.QueryString["param"]);
            var eposta = BldSvc.BildirimEPostaAl(id);

            mail_adres.Text = eposta;
            if (Convert.ToInt32(basvuru.SelectedItem.Value) == 1)
            {
                mail_gonder();
            }
            else
            {
                cevaplanan();
            }
        }