protected void btnGetTravelExpApplyMasterCode_Click(object sender, EventArgs e) { IOaService service = new OaServerce(); this.lblExpApplyMasterCode.Text = service.GetTravelExpApplyMasterCode(this.txtExtensionalOrderID.Text.Trim()); }