protected void btnClearDirections_Click(object sender, EventArgs e) { Map1.ClearDirections(); lblDistance.Text = ""; lblTime.Text = ""; rptrDirections.DataSource = null; rptrDirections.DataBind(); }