protected void btnsaveUnits_Click(object sender, EventArgs e) { int ID = objKPI.INSERT_Unit_DL(txtUnits.Text.Trim(), GetSessionUserID()); txtUnits.Text = ""; txtUnitSearch.Text = ""; Load_Units(); }