Beispiel #1
0
 protected void Button5_Click(object sender, EventArgs e)
 {
     WorkType.Visible = !WorkType.Visible;
     if (WorkType.Visible)
     {
         WorkType.FindControl("SelectAll").Focus();
     }
 }