protected void DropDownList11_SelectedIndexChanged(object sender, EventArgs e)
 {
     TextBox28.Text = DropDownList11.SelectedValue;
     Ypologos.DataBind();
     Old_Eggrafa.DataBind();
     DropDownList10.Items.Clear();
     DropDownList10.DataBind();
     DropDownList10.Items.Insert(0, new ListItem("Επιλογή...", String.Empty));
     DropDownList10.SelectedIndex = 0;
 }
        protected void Button110_Click(object sender, EventArgs e)
        {
            // Neo aitima

            TextBox9.Text = DropDownList10.SelectedValue;
            Ypologos.DataBind();
            ModalPopupExtender3.Hide();
            Old_Eggrafa.DataBind();

            TextBox27.Text = "0";
        }