Esempio n. 1
0
 private void showHistory(int hrID)
 {
     Business.Common.CommonBusiness cmb = new Business.Common.CommonBusiness();
     lst_history.DataSource = cmb.getAgreementHistory(hrID);
     lst_history.DataBind();
     ScriptManager.RegisterStartupScript(this, this.GetType(), "Pop", "openModal();", true);
 }