Exemplo n.º 1
0
 public void  BindGridView()
 {
     DemandGridView.DataSource = new DemandService().FetchDemand();
     DemandGridView.DataBind();
 }