protected void Button1_Click(object sender, EventArgs e)
 {
     if (TextBox1.Text.Length != 0 || TextBox2.Text.Length != 0)
     {
         Klasis_Ensimou.Insert();
     }
 }
Esempio n. 2
0
 protected void Button1_Click(object sender, EventArgs e)
 {
     TextBox14.Text = "1";
     if (TextBox1.Text.Length != 0)
     {
         Klasis_Ensimou.Insert();
         TextBox1.Text = "";
     }
 }