Esempio n. 1
0
 protected void BindGv()
 {
     System.Collections.Generic.IList <ConstructReport> byPrjAudit = ConstructReport.GetByPrjAudit(this.tvBudget.SelectedValue);
     this.gvConstruct.DataSource = byPrjAudit;
     this.gvConstruct.DataBind();
 }