Exemplo n.º 1
0
 protected void ddlstate_SelectedIndexChanged(object sender, EventArgs e)
 {
     try
     {
         BD.BindDistrict(ddlDist, ddlstate.SelectedValue);
         ddlDist.Focus();
     }
     catch (Exception Ex)
     {
         ExceptionLogging.SendErrorToText(Ex);
     }
 }