Пример #1
0
 protected void btnBuscar_Click(object sender, EventArgs e)
 {
     CargaGrid(" WHERE UPPER(CONCAT([Identificacion],[Nombres],[Apellidos])) like'%" + txtBuscar.Text.ToUpper() + "%'");
     PopupCliente.Show();
 }
Пример #2
0
 protected void btnBuscarClientes_Click(object sender, EventArgs e)
 {
     PopupCliente.Show();
 }