protected void TextBox21_TextChanged(object sender, EventArgs e) { Pass_BarCode.DataBind(); // DropDownList1.SelectedValue = GridView5.Rows[0].Cells[1].Text; // DropDownList1_SelectedIndexChanged(null, null); TextBox115.Focus(); }
protected void Button120_Click(object sender, EventArgs e) { DropDownList1.SelectedValue = "0"; DropDownList1_SelectedIndexChanged(null, null); DropDownList2.SelectedValue = "10"; Label7.Text = ""; Label6.Text = ""; TextBox21.Text = ""; Pass_BarCode.DataBind(); ModalPopupExtender1.Hide(); }
protected void Button14_Click(object sender, EventArgs e) { if (TextBox21.Text.Length > 0) { Pass_BarCode.DataBind(); GridView5.DataBind(); } else { ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "alertMessage", "alert('Δεν έχει συμπληρωθεί ο αριθμός αίτησης !!!');", true); } }
protected void Button120_Click(object sender, EventArgs e) { TextBox21.Text = ""; Pass_BarCode.DataBind(); ModalPopupExtender4.Hide(); }
protected void TextBox21_TextChanged(object sender, EventArgs e) { Pass_BarCode.DataBind(); Button14_Click(null, null); }