コード例 #1
0
 protected void BtnRegister_Click(object sender, EventArgs e)
 {
     BL.AddNewMatch(txttitle.Text, Convert.ToInt32(DropAllGames.SelectedValue), Convert.ToInt32(DropMatch.SelectedValue), txtDatePicker.Text, txttime.Text, Session["FullName"].ToString(), Convert.ToInt32(DropAllGov.SelectedValue), Convert.ToInt32(DropClub.SelectedValue));
     Label1.Text = "تمت إضافه المباراه بنجاح";
 }