protected void Page_Load(object sender, EventArgs e)
 {
     try
     {
     }catch (Exception ex)
     {
         String error = ex.Message;
     }
     if (IsPostBack == false)
     {
         miclase.llenarcombo(txtsucursal, "fsucursal ", "text");
         txtsucursal.Items.Insert(0, "--Selecciones una sucursal--");
         txtsucursal.Items.Insert(1, "TODAS LAS SUCURSALES");
     }
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     try
     {
     }catch (Exception ex)
     {
         String error = ex.Message;
     }
     if (IsPostBack == false)
     {
         miclase.llenarcombo(txtcircun, "fcircun ", "text");
         txtcircun.Items.Insert(0, "--Selecciones una circunscripción--");
         txtcircun.Items.Insert(1, "TODAS LAS CIRCUNSCRIPCIONES");
     }
 }
Ejemplo n.º 3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     try
     {
     }catch (Exception ex)
     {
         String error = ex.Message;
     }
     if (IsPostBack == false)
     {
         miclase.llenarcombo(txtzona, "fzona ", "text");
         txtzona.Items.Insert(0, "--Selecciones una Zona--");
         txtzona.Items.Insert(1, "TODAS LAS ZONAS");
     }
 }