Example #1
0
 private void OpenRecord()
 {
     dtKPI            = objKpi.SelectKPI(0);
     grKPI.DataSource = dtKPI;
     grKPI.DataBind();
 }