Beispiel #1
0
 protected void Btn_cancel0_Click(object sender, EventArgs e)
 {
     Panel_areal.Visible     = false;
     Panel_arealedit.Visible = false;
     Panel_newareal.Visible  = false;
     UpdatePanel_areal.Update();
     UpdatePanel_arealedit.Update();
     UpdatePanel_newareal.Update();
 }
Beispiel #2
0
 protected void Btn_new_areal_Click(object sender, EventArgs e)
 {
     Panel_newareal.Visible = true;
     TextBox_StoreNAME.Text = Store_Name;
     UpdatePanel_newareal.Update();
 }