コード例 #1
0
 void BindServices()
 {
     ServiceCollection serviceCollection = new ServiceCollection();
     //coll.Where(DocCat.Columns.Active, 1);
     serviceCollection.Load();
     grdServices.DataSource = serviceCollection;
     grdServices.DataBind();
     //pnlMain.UpdateAfterCallBack = true;
 }