Ejemplo n.º 1
0
 protected void DDLSuperZone_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (DDlZone.SelectedIndex == 0)
     {
         Bind_DDL_Zone();
         DDlZone.Focus();
     }
     else
     {
     }
 }
Ejemplo n.º 2
0
    protected void DDLSuperZone_SelectedIndexChanged(object sender, EventArgs e)
    {
        if (DDlZone.SelectedIndex == 0)
        {
            // MessageBox("Select SuperZone");
            Bind_DDL_Zone();
            DDlZone.Focus();

            //  DDLZone.SelectedValue = null;
            // Bind_DDL_ZoneCust();
        }
        else
        {
        }
    }