Exemple #1
0
 protected void btn_editLatLon_Click(object sender, EventArgs e)
 {
     UtilsWeb.ObtenerCoordenadas(txt_editDireccion.Text + " ", ddl_editComuna.SelectedItem.Text, txt_editLat, txt_editLon);
     ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "map", "mapa();", true);
 }