コード例 #1
0
 public void BindGvCCDetail()
 {
     GrdIStatus.DataSource = CMS.GetTypeMaster("adminCCM");
     GrdIStatus.DataBind();
 }