Example #1
0
 protected void editqrybtn_Click(object sender, EventArgs e)
 {
     try
     {
         ModalPopupSql.Show();
     }
     catch (Exception ex)
     {
         TroyLiteExceptionManager.HandleException(ex);
     }
 }
Example #2
0
 protected void btncancel_Click(object sender, EventArgs e)
 {
     try
     {
         ModalPopupSql.Hide();
     }
     catch (Exception ex)
     {
         TroyLiteExceptionManager.HandleException(ex);
     }
 }