Пример #1
0
 protected void BtnNew_Click(object sender, EventArgs e)
 {
     try
     {
         ClearAll();
         DDLPrjLed.Focus();
     }
     catch (Exception ex)
     {
         Response.Write(ex.ToString());
     }
 }